|
Oracle Application Server Web Services Proxy API Reference 10g (9.0.4) B10395-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
WebServiceProxy can be used to dynamically invoke an operation defined in a WSDL.
| Method Summary | |
WebServiceMethod |
getMethod(java.lang.String szOperationName)Returns a WebServiceMethod, which can be use to invoke web service methods. |
WebServiceMethod |
getMethod(java.lang.String szOperationName, java.lang.String szInputName, java.lang.String szOutputName)Returns a WebServiceMethod, which can be use to invoke web service methods. |
PortType |
getPortType()Returns a structure describing the WSDL portType used by this proxy. |
org.apache.soap.util.xml.XMLJavaMappingRegistry |
getXMLMappingRegistry()Returns the SOAP mapping registry used by the WebServiceProxy. |
| Method Detail |
public org.apache.soap.util.xml.XMLJavaMappingRegistry getXMLMappingRegistry()
throws WebServiceProxyException
public PortType getPortType()
throws WebServiceProxyException
public WebServiceMethod getMethod(java.lang.String szOperationName,
java.lang.String szInputName,
java.lang.String szOutputName)
szOperationName - name of the WSDL operation to be executed.szInputName - name of the wsdl:input tag for the operation to be executed.szOutputName - name of the wsdl:output tag for the operation to be executed.public WebServiceMethod getMethod(java.lang.String szOperationName)
szOperationName - name of the WSDL operation to be executed.
|
Oracle Application Server Web Services Proxy API Reference 10g (9.0.4) B10395-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||