|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A WSIFOperation is a handle on a particular operation of a portType
that can be used to invoke web service methods. This interface is
implemented by each provider. A WSIFOperation can be created using
WSIFPort.createOperation(String).
| Method Summary | |
WSIFMessage |
createFaultMessage()
Create a fault message that may be received into via this port. |
WSIFMessage |
createInputMessage()
Create an input message that will be sent via this port. |
WSIFMessage |
createOutputMessage()
Create an output message that will be received into via this port. |
void |
executeInputOnlyOperation(WSIFMessage input)
Execute an input-only operation. |
boolean |
executeRequestResponseOperation(WSIFMessage input,
WSIFMessage output,
WSIFMessage fault)
Execute a request-response operation. |
WsdlBindingOperation |
getBindingOperation()
|
| Method Detail |
public WsdlBindingOperation getBindingOperation()
throws WSIFException
WSIFException
public boolean executeRequestResponseOperation(WSIFMessage input,
WSIFMessage output,
WSIFMessage fault)
throws WSIFException
input - input message to send to the operationoutput - an empty message which will be filled in if
the operation invocation succeeds. If it does not
succeed, the contents of this message are undefined.
(This is a return value of this method.)fault - an empty message which will be filled in if
the operation invocation fails. If it succeeds, the
contents of this message are undefined. (This is a
return value of this method.)
WSIFException - if something goes wrong.
public void executeInputOnlyOperation(WSIFMessage input)
throws WSIFException
input - input message to send to the operation
WSIFException - if something goes wrong.public WSIFMessage createInputMessage()
public WSIFMessage createOutputMessage()
public WSIFMessage createFaultMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||