public class WSDLUtil
extends java.lang.Object
| Constructor and Description |
|---|
WSDLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getConstantFromHTTPLocation(java.lang.String httpLocation,
java.lang.String httpMethod) |
static java.lang.String |
getEndpointName(java.lang.String serviceName,
java.lang.String protocol)
This method will return the EndPointName for a service with give transport protocol
ex : StudentServiceHttpEndpoint
|
static javax.xml.namespace.QName |
getPartQName(java.lang.String opName,
java.lang.String suffix,
java.lang.String partName)
part names are not unique across messages.
|
static boolean |
isInputPresentForMEP(java.lang.String mep)
returns whether the given mep uri is one of the
input meps
|
static boolean |
isOutputPresentForMEP(java.lang.String MEP)
returns whether the given mep URI is one of the output meps
|
public static boolean isInputPresentForMEP(java.lang.String mep)
mep - public static boolean isOutputPresentForMEP(java.lang.String MEP)
MEP - public static javax.xml.namespace.QName getPartQName(java.lang.String opName,
java.lang.String suffix,
java.lang.String partName)
opName - suffix - partName - public static java.lang.String getConstantFromHTTPLocation(java.lang.String httpLocation,
java.lang.String httpMethod)
public static java.lang.String getEndpointName(java.lang.String serviceName,
java.lang.String protocol)
serviceName - protocol - transport protocolCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.