|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxsul.wsif_xsul_soap_http.XsulSoapOperation
Handle invocations of one of WSDL operations
| 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()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public WsdlBindingOperation getBindingOperation()
throws WSIFException
getBindingOperation in interface WSIFOperationWSIFExceptionpublic WSIFMessage createInputMessage()
WSIFOperation
createInputMessage in interface WSIFOperationpublic WSIFMessage createOutputMessage()
WSIFOperation
createOutputMessage in interface WSIFOperationpublic WSIFMessage createFaultMessage()
WSIFOperation
createFaultMessage in interface WSIFOperation
public boolean executeRequestResponseOperation(WSIFMessage input,
WSIFMessage output,
WSIFMessage fault)
throws WSIFException
WSIFOperation
executeRequestResponseOperation in interface WSIFOperationinput - 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
WSIFOperation
executeInputOnlyOperation in interface WSIFOperationinput - input message to send to the operation
WSIFException - if something goes wrong.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||