Object
WSDL Utils.
Object
WsdlUtils
Nested Class Summary |
public static class | WsdlUtils.WsrpPortStruct
Specifies WSRP ports offered by a producer. |
Method Summary |
public static boolean |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static boolean |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean acceptsMime(StringproducerWsdlUrl)
throwsXmlException,IOException
Verifies whether the Producer accepts MIME requests.
XmlException
IOException
public staticServiceDescriptiongetServiceDescription(StringserviceDescriptionPortUrl,StringregistrationHandle, byte[] registrationState)
throwsIOException
Returns the service description given the WSDL URL.
IOException
public staticServiceDescriptiongetServiceDescriptionByWsdl(StringproducerWsdlUrl,StringregistrationHandle, byte[] registrationState)
throwsXmlException,IOException
Returns the service description given the WSDL URL.
XmlException
IOException
public staticServiceDescriptiongetServiceDescriptionByWsdl(StringproducerWsdlUrl)
throwsXmlException,IOException
Returns the service description given the WSDL URL.
XmlException
IOException
public staticDefinitionsDocumentgetWsdlDocument(StringwsdlUrl)
throwsXmlException,IOException
Returns a WSDL for the WSDL URL.
XmlException
IOException
public staticWsdlUtils.WsrpPortStructgetWsrpPortUrls(DefinitionsDocumentwsdl)
Returns WSDL Ports.
public static boolean validateWsdl(DefinitionsDocument wsdl)
Returns true if the given WSDL has mandatory WSRP ports. Returns false
otherwise.