BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.soap.WebServiceProxy

Packages that use WebServiceProxy
weblogic.soap   
 

Uses of WebServiceProxy in weblogic.soap
 

Methods in weblogic.soap that return WebServiceProxy
static WebServiceProxy WebServiceProxy.createService(java.net.URL location)
          Creates a web service which can invoke soap methods on the specified location.
static WebServiceProxy WebServiceProxy.createService(java.lang.String name, java.lang.String namespace, java.net.URL location)
          Creates a web service which can invoke soap methods on the specified location.
static WebServiceProxy WebServiceProxy.getServiceAt(java.net.URL wsdlLocation)
          Creates a Web Service proxy based on the WSDL file available on the specified location.
static WebServiceProxy WebServiceProxy.getServiceAt(java.net.URL wsdlLocation, CodecFactory factory, boolean verbose)
          Creates a Web Service proxy based on the WSDL file available on the specified location.
static WebServiceProxy WebServiceProxy.getServiceFrom(java.lang.String wsdlDoc)
          Creates a Web Service proxy based on the WSDL document specified as a string.
static WebServiceProxy WebServiceProxy.getServiceFrom(java.lang.String wsdlDoc, CodecFactory factory, boolean verbose)
          Creates a Web Service proxy based on the WSDL document specified as a string.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.