|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.wsdl.WSDLUtil
public class WSDLUtil
Some utility methods for the WSDL users
Constructor Summary | |
---|---|
WSDLUtil()
|
Method Summary | |
---|---|
static String |
getConstantFromHTTPLocation(String httpLocation,
String httpMethod)
|
static String |
getEndpointName(String serviceName,
String protocol)
This method will return the EndPointName for a service with give transport protocol ex : StudentServiceHttpEndpoint |
static QName |
getPartQName(String opName,
String suffix,
String partName)
part names are not unique across messages. |
static boolean |
isInputPresentForMEP(String mep)
returns whether the given mep uri is one of the input meps |
static boolean |
isOutputPresentForMEP(String MEP)
returns whether the given mep URI is one of the output meps |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDLUtil()
Method Detail |
---|
public static boolean isInputPresentForMEP(String mep)
mep
- public static boolean isOutputPresentForMEP(String MEP)
MEP
- public static QName getPartQName(String opName, String suffix, String partName)
opName
- suffix
- partName
- public static String getConstantFromHTTPLocation(String httpLocation, String httpMethod)
public static String getEndpointName(String serviceName, String protocol)
serviceName
- protocol
- transport protocol
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |