|
Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.j2ee.ws.client.WebServiceProxyFactory
Factory class used to create WebServiceProxy class given a WSDL.
Constructor Summary | |
WebServiceProxyFactory()
|
Method Summary |
Type | Method |
---|---|
WebServiceProxy |
createWebServiceProxy(java.io.InputStream wsdlis,
java.net.URL baseUrl)
Creates an instance of the WebServiceProxy for the supplied WSDL. |
WebServiceProxy |
createWebServiceProxy(java.net.URL wsdlUrl)
Creates an instance of the WebServiceProxy for the supplied WSDL. |
WebServiceProxy |
createWebServiceProxyFromBinding(java.io.InputStream wsdlis,
java.net.URL baseUrl,
java.lang.String szBindingName,
java.lang.String szSoapLocation)
Creates an instance of the WebServiceProxy for the supplied WSDL. |
WebServiceProxy |
createWebServiceProxyFromBinding(java.net.URL wsdlUrl,
java.lang.String szBindingName,
java.lang.String szSoapLocation)
Creates an instance of the WebServiceProxy for the supplied WSDL. |
WebServiceProxy |
createWebServiceProxyFromService(java.io.InputStream wsdlis,
java.net.URL baseUrl,
java.lang.String szServiceName,
java.lang.String szServicePort)
Creates an instance of the WebServiceProxy for the supplied WSDL. |
WebServiceProxy |
createWebServiceProxyFromService(java.net.URL wsdlUrl,
java.lang.String szServiceName,
java.lang.String szServicePort)
Creates an instance of the WebServiceProxy for the supplied WSDL. |
void |
setProperties(java.util.Hashtable ht)
Supplies additional optional initialization parameters to the WebServiceProxy. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public WebServiceProxyFactory()
Method Detail |
public void setProperties(java.util.Hashtable ht)
public WebServiceProxy createWebServiceProxy(java.io.InputStream wsdlis, java.net.URL baseUrl) throws WebServiceProxyException
wsdlis
- InputStream of the WSDL describing the WebService
used by this proxybaseUrl
- based url used for resolving possible imports in WSDLpublic WebServiceProxy createWebServiceProxyFromService(java.io.InputStream wsdlis, java.net.URL baseUrl, java.lang.String szServiceName, java.lang.String szServicePort) throws WebServiceProxyException
wsdlis
- InputStream of the WSDL describing the WebService
used by this proxybaseUrl
- based url used for resolving possible imports in WSDLszServiceName
- name of one of the services defined in the
WSDL, The proxy will use this service.szServicePort
- name of one of the port f the service identified
by szServiceName. The proxy will use this service port.public WebServiceProxy createWebServiceProxyFromBinding(java.io.InputStream wsdlis, java.net.URL baseUrl, java.lang.String szBindingName, java.lang.String szSoapLocation) throws WebServiceProxyException
wsdlis
- InputStream of the WSDL describing the WebService used
by this proxybaseUrl
- based url used for resolving possible imports in WSDLszBindingName
- name of one of the bindings defined in the WSDL.
The proxy will use this binding.szSoapLocation
- location of the SOAP service to be used.public WebServiceProxy createWebServiceProxy(java.net.URL wsdlUrl) throws WebServiceProxyException
wsdlUrl
- url of the WSDL describing the WebService
used by this proxypublic WebServiceProxy createWebServiceProxyFromService(java.net.URL wsdlUrl, java.lang.String szServiceName, java.lang.String szServicePort) throws WebServiceProxyException
wsdlUrl
- url of the WSDL describing the WebService
used by this proxyszServiceName
- name of one of the services defined in the
WSDL, The proxy will use this service.szServicePort
- name of one of the port f the service identified
by szServiceName. The proxy will use this service port.public WebServiceProxy createWebServiceProxyFromBinding(java.net.URL wsdlUrl, java.lang.String szBindingName, java.lang.String szSoapLocation) throws WebServiceProxyException
wsdlUrl
- url of the WSDL describing the WebService
used by this proxyszBindingName
- name of one of the bindings defined in the WSDL.
The proxy will use this binding.szSoapLocation
- location of the SOAP service to be used.
|
Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |