|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.wsrp.util.WsdlUtils
Deprecated Use ProducerAgent
@Deprecated
public abstract class WsdlUtils
WSDL Utils.
ProducerAgent| Nested Class Summary | |
|---|---|
static class |
WsdlUtils.WsrpPortStructDeprecated No longer supported. |
| Method Summary | |
|---|---|
static boolean |
acceptsMime(String producerWsdlUrl)Deprecated |
static com.bea.wsrp.types.ServiceDescription |
getServiceDescription(String serviceDescriptionPortUrl, String registrationHandle, byte[] registrationState)Deprecated Use getServiceDescription(String wsdlUrl, String serviceDescriptionPortUrl,String registrationHandle, byte[] registrationState) instead |
static com.bea.wsrp.types.ServiceDescription |
getServiceDescription(String wsdlUrl, String serviceDescriptionPortUrl, String registrationHandle, byte[] registrationState)Deprecated This method is deprecated and will be removed in a future release. |
static com.bea.wsrp.types.ServiceDescription |
getServiceDescriptionByWsdl(String producerWsdlUrl)Deprecated This method is deprecated and will be removed in a future release. |
static com.bea.wsrp.types.ServiceDescription |
getServiceDescriptionByWsdl(String producerWsdlUrl, String registrationHandle, byte[] registrationState)Deprecated This method is deprecated and will be removed in a future release. |
static org.xmlsoap.schemas.wsdl.DefinitionsDocument |
getWsdlDocument(String wsdlUrl)Deprecated This method is deprecated and will be removed in a future release. |
static WsdlUtils.WsrpPortStruct |
getWsrpPortUrls(org.xmlsoap.schemas.wsdl.DefinitionsDocument wsdl)Deprecated This method is deprecated and will be removed in a future release. |
static boolean |
validateWsdl(org.xmlsoap.schemas.wsdl.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 org.xmlsoap.schemas.wsdl.DefinitionsDocument getWsdlDocument(String wsdlUrl)
throws org.apache.xmlbeans.XmlException,
IOException
Returns a WSDL for the WSDL URL.
wsdlUrl -UnknownHostException - thrown if host in the given WSDL URL is not knownFileNotFoundException - thrown if there is at the given WSDL URL is not foundUnsupportedContentTypeException - thrown if the response content type at the given URL is not supportedIllegalArgumentException - thrown if the docuemnt at the given URL is not a WSDLorg.apache.xmlbeans.XmlException - throws if there are XML parse errrorsIOException
@Deprecated
public static boolean validateWsdl(org.xmlsoap.schemas.wsdl.DefinitionsDocument wsdl)
Returns true if the given WSDL has mandatory WSRP ports. Returns false otherwise.
wsdl -
@Deprecated
public static com.bea.wsrp.types.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 stateUnknownHostException - thrown if host in the given weblogic.jws.WSDL URL is not knownFileNotFoundException - thrown if there is at the given weblogic.jws.WSDL URL is not foundIOExceptionProducerAgent.getServiceDescription(String, com.bea.wsrp.model.IRegistrationContext)
@Deprecated
public static com.bea.wsrp.types.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 stateUnknownHostException - thrown if host in the given WSDL URL is not knownFileNotFoundException - thrown if there is at the given WSDL URL is not foundIOExceptionProducerAgent.getServiceDescription(String, com.bea.wsrp.model.IRegistrationContext)
@Deprecated
public static com.bea.wsrp.types.ServiceDescription getServiceDescriptionByWsdl(String producerWsdlUrl,
String registrationHandle,
byte[] registrationState)
throws org.apache.xmlbeans.XmlException,
IOException
Returns the service description given the WSDL URL.
producerWsdlUrl - WSDL URLregistrationHandle - registration handleregistrationState - registration stateIllegalArgumentException - if the WSDL is not valid per the validateWsdl methodUnknownHostException - thrown if host in the given WSDL URL is not knownFileNotFoundException - thrown if there is at the given WSDL URL is not foundUnsupportedContentTypeException - thrown if the response content type at the given URL is not supportedorg.apache.xmlbeans.XmlException - throws if there are XML parse errrorsIOExceptionProducerAgent.getServiceDescription(String, com.bea.wsrp.model.IRegistrationContext)
@Deprecated
public static com.bea.wsrp.types.ServiceDescription getServiceDescriptionByWsdl(String producerWsdlUrl)
throws org.apache.xmlbeans.XmlException,
IOException
Returns the service description given the WSDL URL.
producerWsdlUrl - WSDL URLIllegalArgumentException - if the WSDL is not valid per the validateWsdl methodUnknownHostException - thrown if host in the given WSDL URL is not knownFileNotFoundException - thrown if there is at the given WSDL URL is not foundUnsupportedContentTypeException - thrown if the response content type at the given URL is not supportedorg.apache.xmlbeans.XmlException - throws if there are XML parse errrorsIOExceptionProducerAgent.getServiceDescription(String, com.bea.wsrp.model.IRegistrationContext)
@Deprecated
public static WsdlUtils.WsrpPortStruct getWsrpPortUrls(org.xmlsoap.schemas.wsdl.DefinitionsDocument wsdl)
Returns WSDL Ports.
wsdl -
@Deprecated
public static boolean acceptsMime(String producerWsdlUrl)
throws org.apache.xmlbeans.XmlException,
IOException
Verifies whether the Producer accepts MIME requests.
producerWsdlUrl -org.apache.xmlbeans.XmlExceptionIOException
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.