|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.webservices.client.WOClientOperation
A WOClientOperation represents a single SOAP HTTP Web service operation as defined in the WSDL document used to create a WOWebServiceClient.
Method Summary | |
URL |
endpoint()
Returns the URL at which the service is being vended. |
boolean |
isDocumentStyle()
Return true if this is a document style operation (ie&46; style is "document"). |
boolean |
isRPCStyle()
Return true if this is an RPC operation (ie&46; style is "RPC"). |
String |
name()
Returns the name of the operation. |
NSMutableArray |
parameters()
Returns an NSMutableArray containing WOClientParameters for the parameters taken by this operation. |
NSMutableArray |
returnTypes()
Returns an NSMutableArray of WOClientParameters representing the types returned by the operation. |
void |
setSoapAction(String aString)
Set the HTTP SoapAction header to be used when invoking the operation. |
void |
setStyle(String aStyle)
Set the operation style to aStyle . |
String |
soapAction()
Returns the soapAction HTTP header to be used when invoking the operation. |
String |
style()
Returns a string denoting the style of SOAP operation represented by the receiver. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public URL endpoint()
public boolean isDocumentStyle()
true
if this is a document style operation (ie&46; style is "document").
true
if this is a document style operation.public boolean isRPCStyle()
true
if this is an RPC operation (ie&46; style is "RPC").
true
if this is an RPC operation.public String name()
public NSMutableArray parameters()
invoke
; for a document style operation, there should be only one in parameter.
WOWebServiceClient.invoke(String serviceName, String anOperation, Object[] parameters)
,
ParameterMode
public NSMutableArray returnTypes()
ParameterMode
public void setSoapAction(String aString)
aString
- containing the header to be used when invoking the operationpublic void setStyle(String aStyle)
aStyle
. aStyle
must be one of "RPC" or
"document" (case insensitive).
aStyle
- String indicating the document stylepublic String soapAction()
public String style()
public String toString()
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |