|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.soap.SoapMethod
Represents a method of a web service that can be invoked by the WebServiceProxy
| Method Summary | |
java.lang.String |
getEncodingStyle()
returns the encoding style to be used to encode/decode the parameters and the return value. |
java.lang.String |
getName()
returns the name of this method |
java.lang.String |
getObjectUrl()
returns the object url. |
SoapType[] |
getParameters()
returns an array of parameter types specified for this method. |
SoapType |
getReturnType()
returns the return type of this method. |
java.lang.String |
getSoapAction()
returns the soap action set for this method |
java.lang.Object |
invoke(java.lang.Object[] parameters)
invokes this method with the specified arguments. |
void |
setEncodingStyle(java.lang.String encodingStyle)
sets an encoding style for this method. |
void |
setObjectUrl(java.lang.String objectUrl)
sets the value of the target object url. |
void |
setSoapAction(java.lang.String soapAction)
sets the value of soap action. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Method Detail |
public java.lang.String getObjectUrl()
public void setObjectUrl(java.lang.String objectUrl)
objectUrl - url to the target objectpublic java.lang.String getName()
public java.lang.String getSoapAction()
public void setSoapAction(java.lang.String soapAction)
soapAction - soap action to be setpublic java.lang.String getEncodingStyle()
public void setEncodingStyle(java.lang.String encodingStyle)
encodingStyle - encoding style to be used. The specified style should
be a valid encoding style known to the Codec Factory in use.public SoapType getReturnType()
public SoapType[] getParameters()
public java.lang.Object invoke(java.lang.Object[] parameters)
throws java.io.IOException,
org.xml.sax.SAXException
parameters - parameters needed to invoke this method. the number of
parameters and the type of each parameter should match the
type infomation provided while creating this method.Method.invoke( Object, Object[] )public java.lang.String toString()
|
Documentation is available at http://e-docs.bea.com/wls/docs61 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||