public class WsdlUtils extends Object
| Constructor and Description |
|---|
WsdlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static javax.wsdl.Operation |
getOperation(javax.wsdl.PortType portType,
String operationName) |
static String[] |
getOperationNames(javax.wsdl.Port port) |
static javax.wsdl.Port |
getPort(javax.wsdl.Service service,
String portName) |
static String[] |
getPortNames(javax.wsdl.Service service) |
static javax.wsdl.Service |
getService(javax.wsdl.Definition def,
String serviceName) |
static String[] |
getServiceNames(javax.wsdl.Definition wsdlDefinition) |
static javax.wsdl.Definition |
parseWSDL(String wsdlLocation)
Given a Wsdl location (either local or remote) it will fetch the definition.
|
static void |
validateBlankString(String paramValue,
String paramName) |
static void |
validateNotNull(Object paramValue,
String errorMessage) |
public static String[] getServiceNames(javax.wsdl.Definition wsdlDefinition)
public static String[] getPortNames(javax.wsdl.Service service)
public static String[] getOperationNames(javax.wsdl.Port port)
public static javax.wsdl.Service getService(javax.wsdl.Definition def,
String serviceName)
public static javax.wsdl.Port getPort(javax.wsdl.Service service,
String portName)
public static javax.wsdl.Operation getOperation(javax.wsdl.PortType portType,
String operationName)
public static javax.wsdl.Definition parseWSDL(String wsdlLocation)
wsdlLocation - path to the desired Wsdl fileCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.