de.netseeker.ejoe.ext.wsif
Class WSIFOperation_EJOE
java.lang.Object
org.apache.wsif.base.WSIFDefaultOperation
de.netseeker.ejoe.ext.wsif.WSIFOperation_EJOE
- All Implemented Interfaces:
- java.io.Serializable, org.apache.wsif.WSIFOperation
public class WSIFOperation_EJOE
- extends org.apache.wsif.base.WSIFDefaultOperation
WSIF operation for EJOE
- Since:
- 0.3.9.1
- Author:
- netseeker
- See Also:
- Serialized Form
Fields inherited from class org.apache.wsif.base.WSIFDefaultOperation |
closed, context, inJmsProps, inJmsPropVals, outJmsProps |
Methods inherited from class org.apache.wsif.base.WSIFDefaultOperation |
addInputJmsPropertyValues, close, createFaultMessage, createFaultMessage, createInputMessage, createInputMessage, createOutputMessage, createOutputMessage, executeRequestResponseAsync, executeRequestResponseAsync, fireAsyncResponse, getContext, getInputJmsProperties, getInputJmsPropertyValues, getOutputJmsProperties, makeSomeKindOfJmsMap, processAsyncResponse, setContext, setInputJmsProperties, setInputJmsProperties, setInputJmsPropertyValues, setOutputJmsProperties, setOutputJmsProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldPortModel
protected javax.wsdl.Port fieldPortModel
fieldPort
protected WSIFPort_EJOE fieldPort
fieldBindingOperationModel
protected javax.wsdl.BindingOperation fieldBindingOperationModel
fieldEJOEOperationModel
protected EJOEOperation fieldEJOEOperationModel
wsdlOperation
protected javax.wsdl.Operation wsdlOperation
fieldInParameterNames
protected java.lang.String[] fieldInParameterNames
fieldOutParameterNames
protected java.lang.String[] fieldOutParameterNames
fieldOutputMessageName
protected java.lang.String fieldOutputMessageName
WSIFOperation_EJOE
public WSIFOperation_EJOE(javax.wsdl.Port portModel,
javax.wsdl.BindingOperation bindingOperationModel,
WSIFPort_EJOE port)
throws org.apache.wsif.WSIFException
- Parameters:
portModel
- bindingOperationModel
- port
-
- Throws:
org.apache.wsif.WSIFException
copy
public WSIFOperation_EJOE copy()
throws org.apache.wsif.WSIFException
- Create a new copy of this object. This is not a clone, since it does not copy the referenced objects as well.
- Throws:
org.apache.wsif.WSIFException
getOperation
protected javax.wsdl.Operation getOperation()
- Specified by:
getOperation
in class org.apache.wsif.base.WSIFDefaultOperation
executeRequestResponseOperation
public boolean executeRequestResponseOperation(org.apache.wsif.WSIFMessage input,
org.apache.wsif.WSIFMessage output,
org.apache.wsif.WSIFMessage fault)
throws org.apache.wsif.WSIFException
- Specified by:
executeRequestResponseOperation
in interface org.apache.wsif.WSIFOperation
- Specified by:
executeRequestResponseOperation
in class org.apache.wsif.base.WSIFDefaultOperation
- Throws:
org.apache.wsif.WSIFException
executeInputOnlyOperation
public void executeInputOnlyOperation(org.apache.wsif.WSIFMessage input)
throws org.apache.wsif.WSIFException
- Specified by:
executeInputOnlyOperation
in interface org.apache.wsif.WSIFOperation
- Specified by:
executeInputOnlyOperation
in class org.apache.wsif.base.WSIFDefaultOperation
- Throws:
org.apache.wsif.WSIFException
initialize
protected void initialize()
getWSIFPort
public org.apache.wsif.WSIFPort getWSIFPort()
- Specified by:
getWSIFPort
in class org.apache.wsif.base.WSIFDefaultOperation
getOutputMessageName
protected java.lang.String getOutputMessageName()
throws org.apache.wsif.WSIFException
- Throws:
org.apache.wsif.WSIFException
deep
public java.lang.String deep()
- Returns:
Copyright © 2005-2007 netseeker. All Rights Reserved.