| 
 | Copyright © 2008 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
@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 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
org.apache.xmlbeans.XmlException - throws if there are XML parse errrors
IOException@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 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 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 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 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 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
org.apache.xmlbeans.XmlException - throws if there are XML parse errrors
IOExceptionProducerAgent.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 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
org.apache.xmlbeans.XmlException - throws if there are XML parse errrors
IOExceptionProducerAgent.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.XmlException
IOException| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||