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(String
producerWsdlUrl)
throwsXmlException
,IOException
Verifies whether the Producer accepts MIME requests.
XmlException
IOException
public staticServiceDescription
getServiceDescription(String
serviceDescriptionPortUrl,String
registrationHandle, byte[] registrationState)
throwsIOException
Returns the service description given the WSDL URL.
IOException
public staticServiceDescription
getServiceDescriptionByWsdl(String
producerWsdlUrl,String
registrationHandle, byte[] registrationState)
throwsXmlException
,IOException
Returns the service description given the WSDL URL.
XmlException
IOException
public staticServiceDescription
getServiceDescriptionByWsdl(String
producerWsdlUrl)
throwsXmlException
,IOException
Returns the service description given the WSDL URL.
XmlException
IOException
public staticDefinitionsDocument
getWsdlDocument(String
wsdlUrl)
throwsXmlException
,IOException
Returns a WSDL for the WSDL URL.
XmlException
IOException
public staticWsdlUtils.WsrpPortStruct
getWsrpPortUrls(DefinitionsDocument
wsdl)
Returns WSDL Ports.
public static boolean validateWsdl(DefinitionsDocument
wsdl)
Returns true
if the given WSDL has mandatory WSRP ports. Returns false
otherwise.