|
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 | |||||||||
WebServiceMethod is used to invoke a Web Service method
| Method Summary | |
java.lang.String |
getInputEncodingStyle()Returns the encoding style to be used by the input message parts, null if none has been specified in the source WSDL. |
java.lang.String |
getOutputEncodingStyle()Returns the encoding style to be used by the output message parts, null if none has been specified in the source WSDL. |
java.lang.Object |
invoke(java.lang.String[] inMsgPartNames, java.lang.Object[] inMsgPartValues)Executes one of the service operations with the set of supplied input parts. |
| Method Detail |
public java.lang.String getInputEncodingStyle()
public java.lang.String getOutputEncodingStyle()
public java.lang.Object invoke(java.lang.String[] inMsgPartNames,
java.lang.Object[] inMsgPartValues)
throws WebServiceProxyException
inMsgPartNames - name of the parts supplied in the input message.inMsgPartValues - corresponding value of the parts whose name is supplied in inMsgPartNames.
|
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 | |||||||||