public class WSDLUtil extends Object
Constructor and Description |
---|
WSDLUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getPortTypeName(InputStream body) |
static URL |
getServiceAddress(InputStream wsdl) |
static String |
getServiceName(InputStream body) |
static URI |
getTargetNamespace(InputStream body) |
static org.apache.commons.jxpath.JXPathContext |
newWSDLContext(InputStream wsdl,
String wsdlNSPrefix) |
public static org.apache.commons.jxpath.JXPathContext newWSDLContext(InputStream wsdl, String wsdlNSPrefix) throws IOException, SAXException
IOException
SAXException
public static String getPortTypeName(InputStream body) throws IOException, SAXException
IOException
SAXException
public static URI getTargetNamespace(InputStream body) throws IOException, SAXException, URISyntaxException
public static String getServiceName(InputStream body) throws IOException, SAXException
IOException
SAXException
public static URL getServiceAddress(InputStream wsdl) throws IOException, MalformedURLException, SAXException