public class WSDLUtil extends Object
Constructor and Description |
---|
WSDLUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getConstantFromHTTPLocation(String httpLocation,
String httpMethod) |
static javax.xml.namespace.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
|
public static boolean isInputPresentForMEP(String mep)
mep
- public static boolean isOutputPresentForMEP(String MEP)
MEP
- public static javax.xml.namespace.QName getPartQName(String opName, String suffix, String partName)
opName
- suffix
- partName
- Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.