org.apache.wsif.providers.java
Class WSIFOperation_Java
java.lang.Object
org.apache.wsif.base.WSIFDefaultOperation
org.apache.wsif.providers.java.WSIFOperation_Java
- All Implemented Interfaces:
- java.io.Serializable, WSIFOperation
- public class WSIFOperation_Java
- extends WSIFDefaultOperation
- implements WSIFOperation
Java operation.
- Author:
- Gerhard Pfau, Owen Burroughs , Jeremy Hughes , Andrzej Taramina
- See Also:
WSIFPort_Java
,
Serialized Form
Constructor Summary |
WSIFOperation_Java(javax.wsdl.Port portModel,
javax.wsdl.BindingOperation bindingOperationModel,
WSIFPort_Java port,
java.util.Map typeMaps)
|
Methods inherited from class org.apache.wsif.base.WSIFDefaultOperation |
addInputJmsPropertyValues, createFaultMessage, createFaultMessage, createInputMessage, createInputMessage, createOutputMessage, createOutputMessage, executeRequestResponseAsync, executeRequestResponseAsync, fireAsyncResponse, getContext, getInputJmsProperties, getInputJmsPropertyValues, getOutputJmsProperties, processAsyncResponse, setContext, setInputJmsProperties, setInputJmsProperties, setInputJmsPropertyValues, setOutputJmsProperties, setOutputJmsProperties |
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 |
WSIFOperation_Java
public WSIFOperation_Java(javax.wsdl.Port portModel,
javax.wsdl.BindingOperation bindingOperationModel,
WSIFPort_Java port,
java.util.Map typeMaps)
throws WSIFException
copy
public WSIFOperation_Java copy()
throws WSIFException
- Create a new copy of this object. This is not a clone, since
it does not copy the referenced objects as well.
- Throws:
WSIFException
getWSIFPort
public WSIFPort getWSIFPort()
- Specified by:
getWSIFPort
in class WSIFDefaultOperation
executeRequestResponseOperation
public boolean executeRequestResponseOperation(WSIFMessage input,
WSIFMessage output,
WSIFMessage fault)
throws WSIFException
- Description copied from interface:
WSIFOperation
- Execute a request-response operation. The signature allows for
input, output and fault messages. WSDL in fact allows one to
describe the set of possible faults an operation may result
in, however, only one fault can occur at any one time.
- Specified by:
executeRequestResponseOperation
in interface WSIFOperation
- Specified by:
executeRequestResponseOperation
in class WSIFDefaultOperation
- Throws:
WSIFException
- See Also:
WSIFOperation.executeRequestResponseOperation(WSIFMessage, WSIFMessage, WSIFMessage)
executeInputOnlyOperation
public void executeInputOnlyOperation(WSIFMessage input)
throws WSIFException
- Description copied from interface:
WSIFOperation
- Execute an input-only operation.
- Specified by:
executeInputOnlyOperation
in interface WSIFOperation
- Specified by:
executeInputOnlyOperation
in class WSIFDefaultOperation
- Throws:
WSIFException
- See Also:
WSIFOperation.executeInputOnlyOperation(WSIFMessage)
deep
public java.lang.String deep()
Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.