|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wsrp.util.WsdlUtils
public abstract class WsdlUtils
WSDL Utils.
ProducerAgent| Nested Class Summary | |
|---|---|
static class |
WsdlUtils.WsrpPortStruct
Deprecated No longer supported. |
| Method Summary | |
|---|---|
static boolean |
acceptsMime(String producerWsdlUrl)
Deprecated |
static ServiceDescription |
getServiceDescription(String serviceDescriptionPortUrl,
String registrationHandle,
byte[] registrationState)
Deprecated Use getServiceDescription(String wsdlUrl, String serviceDescriptionPortUrl,String registrationHandle, byte[] registrationState) instead |
static ServiceDescription |
getServiceDescription(String wsdlUrl,
String serviceDescriptionPortUrl,
String registrationHandle,
byte[] registrationState)
Deprecated This method is deprecated and will be removed in a future release. |
static ServiceDescription |
getServiceDescriptionByWsdl(String producerWsdlUrl)
Deprecated This method is deprecated and will be removed in a future release. |
static ServiceDescription |
getServiceDescriptionByWsdl(String producerWsdlUrl,
String registrationHandle,
byte[] registrationState)
Deprecated This method is deprecated and will be removed in a future release. |
static DefinitionsDocument |
getWsdlDocument(String wsdlUrl)
Deprecated This method is deprecated and will be removed in a future release. |
static WsdlUtils.WsrpPortStruct |
getWsrpPortUrls(DefinitionsDocument wsdl)
Deprecated This method is deprecated and will be removed in a future release. |
static boolean |
validateWsdl(DefinitionsDocument wsdl)
Deprecated This method is deprecated and will be removed in a future release. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated
public static DefinitionsDocument getWsdlDocument(String wsdlUrl)
throws XmlException,
IOException
Returns a WSDL for the WSDL URL.
wsdlUrl -
UnknownHostException - thrown if host in the given WSDL URL is not known
FileNotFoundException - thrown if there is at the given WSDL URL is not found
UnsupportedContentTypeException - thrown if the response content type at the given URL is not supported
IllegalArgumentException - thrown if the docuemnt at the given URL is not a WSDL
XmlException - throws if there are XML parse errrors
IOException@Deprecated public static boolean validateWsdl(DefinitionsDocument wsdl)
Returns true if the given WSDL has mandatory WSRP ports. Returns false
otherwise.
wsdl -
@Deprecated
public static ServiceDescription getServiceDescription(String serviceDescriptionPortUrl,
String registrationHandle,
byte[] registrationState)
throws IOException
Returns the service description given the WSDL URL.
serviceDescriptionPortUrl - weblogic.jms.interception.service description port URLregistrationHandle - registration handleregistrationState - registration state
UnknownHostException - thrown if host in the given weblogic.jws.WSDL URL is not known
FileNotFoundException - thrown if there is at the given weblogic.jws.WSDL URL is not found
IOExceptionProducerAgent.getServiceDescription(String, com.bea.wsrp.model.IRegistrationContext)
@Deprecated
public static ServiceDescription getServiceDescription(String wsdlUrl,
String serviceDescriptionPortUrl,
String registrationHandle,
byte[] registrationState)
throws IOException
Returns the service description given the WSDL URL.
wsdlUrl - WSRP URLserviceDescriptionPortUrl - service description port URLregistrationHandle - registration handleregistrationState - registration state
UnknownHostException - thrown if host in the given WSDL URL is not known
FileNotFoundException - thrown if there is at the given WSDL URL is not found
IOExceptionProducerAgent.getServiceDescription(String, com.bea.wsrp.model.IRegistrationContext)
@Deprecated
public static ServiceDescription getServiceDescriptionByWsdl(String producerWsdlUrl,
String registrationHandle,
byte[] registrationState)
throws XmlException,
IOException
Returns the service description given the WSDL URL.
producerWsdlUrl - WSDL URLregistrationHandle - registration handleregistrationState - registration state
IllegalArgumentException - if the WSDL is not valid per the validateWsdl method
UnknownHostException - thrown if host in the given WSDL URL is not known
FileNotFoundException - thrown if there is at the given WSDL URL is not found
UnsupportedContentTypeException - thrown if the response content type at the given URL is not supported
XmlException - throws if there are XML parse errrors
IOExceptionProducerAgent.getServiceDescription(String, com.bea.wsrp.model.IRegistrationContext)
@Deprecated
public static ServiceDescription getServiceDescriptionByWsdl(String producerWsdlUrl)
throws XmlException,
IOException
Returns the service description given the WSDL URL.
producerWsdlUrl - WSDL URL
IllegalArgumentException - if the WSDL is not valid per the validateWsdl method
UnknownHostException - thrown if host in the given WSDL URL is not known
FileNotFoundException - thrown if there is at the given WSDL URL is not found
UnsupportedContentTypeException - thrown if the response content type at the given URL is not supported
XmlException - throws if there are XML parse errrors
IOExceptionProducerAgent.getServiceDescription(String, com.bea.wsrp.model.IRegistrationContext)@Deprecated public static WsdlUtils.WsrpPortStruct getWsrpPortUrls(DefinitionsDocument wsdl)
Returns WSDL Ports.
wsdl -
public static boolean acceptsMime(String producerWsdlUrl)
throws XmlException,
IOException
Verifies whether the Producer accepts MIME requests.
producerWsdlUrl -
XmlException
IOException
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||