|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsif.base.WSIFDefaultOperation
org.apache.wsif.providers.bsf.WSIFOperation_BSF
BSF operation.
WSIFPort_BSF,
Serialized Form| Constructor Summary | |
WSIFOperation_BSF(javax.wsdl.Port portModel,
javax.wsdl.BindingOperation bindingOperationModel,
WSIFPort_BSF port,
org.apache.bsf.BSFEngine bsfEngine)
Constructor for the WSIFOperation_BSF object |
|
| Method Summary | |
WSIFOperation_BSF |
copy()
Create a new copy of this object. |
void |
executeInputOnlyOperation(WSIFMessage input)
Execute an input-only operation. |
boolean |
executeRequestResponseOperation(WSIFMessage input,
WSIFMessage output,
WSIFMessage fault)
Execute a request-response operation. |
WSIFPort |
getWSIFPort()
Gets the wSIFPort attribute of the WSIFOperation_BSF object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.wsif.WSIFOperation |
createFaultMessage, createFaultMessage, createInputMessage, createInputMessage, createOutputMessage, createOutputMessage, executeRequestResponseAsync, executeRequestResponseAsync, fireAsyncResponse, getContext, processAsyncResponse, setContext |
| Constructor Detail |
public WSIFOperation_BSF(javax.wsdl.Port portModel,
javax.wsdl.BindingOperation bindingOperationModel,
WSIFPort_BSF port,
org.apache.bsf.BSFEngine bsfEngine)
throws WSIFException
portModel - Description of the ParameterbindingOperationModel - Description of the Parameterport - Description of the ParameterbsfEngine - Description of the Parameter
WSIFException - Description of the Exception| Method Detail |
public WSIFOperation_BSF copy()
throws WSIFException
WSIFException - Description of the Exceptionpublic WSIFPort getWSIFPort()
getWSIFPort in class WSIFDefaultOperation
public boolean executeRequestResponseOperation(WSIFMessage input,
WSIFMessage output,
WSIFMessage fault)
throws WSIFException
executeRequestResponseOperation in interface WSIFOperationexecuteRequestResponseOperation in class WSIFDefaultOperationinput - 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.WSIFOperation.executeRequestResponseOperation(WSIFMessage, WSIFMessage, WSIFMessage)
public void executeInputOnlyOperation(WSIFMessage input)
throws WSIFException
executeInputOnlyOperation in interface WSIFOperationexecuteInputOnlyOperation in class WSIFDefaultOperationinput - input message to send to the operation
WSIFException - if something goes wrong.WSIFOperation.executeInputOnlyOperation(WSIFMessage)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||