de.netseeker.ejoe.ext.wsif
Class WSIFPort_EJOE

java.lang.Object
  extended by org.apache.wsif.base.WSIFDefaultPort
      extended by de.netseeker.ejoe.ext.wsif.WSIFPort_EJOE
All Implemented Interfaces:
java.io.Serializable, org.apache.wsif.WSIFPort

public class WSIFPort_EJOE
extends org.apache.wsif.base.WSIFDefaultPort

WSIF port for EJOE

Since:
0.3.9.1
Author:
netseeker
See Also:
Serialized Form

Field Summary
protected  SerializeAdapter ejoeAdapter
           
protected  EJOEAddress ejoeAddress
           
protected  java.util.Map operationInstances
           
 
Constructor Summary
WSIFPort_EJOE(javax.wsdl.Definition def, javax.wsdl.Port port, org.apache.wsif.providers.WSIFDynamicTypeMap typeMaps)
           
 
Method Summary
 org.apache.wsif.WSIFOperation createOperation(java.lang.String operationName)
           
 org.apache.wsif.WSIFOperation createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
           
 java.lang.String deep()
           
 WSIFOperation_EJOE getDynamicEJOEOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
           
 EJClient getEJClient()
           
 void returnEJClient(EJClient client)
           
 void setDynamicWSIFOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName, WSIFOperation_EJOE value)
           
 
Methods inherited from class org.apache.wsif.base.WSIFDefaultPort
close, finalize, getContext, getExtElem, getExtElems, getKey, setContext, supportsAsync, supportsSync
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operationInstances

protected java.util.Map operationInstances

ejoeAddress

protected EJOEAddress ejoeAddress

ejoeAdapter

protected SerializeAdapter ejoeAdapter
Constructor Detail

WSIFPort_EJOE

public WSIFPort_EJOE(javax.wsdl.Definition def,
                     javax.wsdl.Port port,
                     org.apache.wsif.providers.WSIFDynamicTypeMap typeMaps)
              throws org.apache.wsif.WSIFException
Parameters:
def -
port -
typeMaps -
Throws:
org.apache.wsif.WSIFException
Method Detail

createOperation

public org.apache.wsif.WSIFOperation createOperation(java.lang.String operationName)
                                              throws org.apache.wsif.WSIFException
Specified by:
createOperation in interface org.apache.wsif.WSIFPort
Specified by:
createOperation in class org.apache.wsif.base.WSIFDefaultPort
Throws:
org.apache.wsif.WSIFException

createOperation

public org.apache.wsif.WSIFOperation createOperation(java.lang.String operationName,
                                                     java.lang.String inputName,
                                                     java.lang.String outputName)
                                              throws org.apache.wsif.WSIFException
Specified by:
createOperation in interface org.apache.wsif.WSIFPort
Specified by:
createOperation in class org.apache.wsif.base.WSIFDefaultPort
Throws:
org.apache.wsif.WSIFException

getDynamicEJOEOperation

public WSIFOperation_EJOE getDynamicEJOEOperation(java.lang.String name,
                                                  java.lang.String inputName,
                                                  java.lang.String outputName)
                                           throws org.apache.wsif.WSIFException
Parameters:
name -
inputName -
outputName -
Returns:
Throws:
org.apache.wsif.WSIFException

setDynamicWSIFOperation

public void setDynamicWSIFOperation(java.lang.String name,
                                    java.lang.String inputName,
                                    java.lang.String outputName,
                                    WSIFOperation_EJOE value)

getEJClient

public EJClient getEJClient()
Returns:

returnEJClient

public void returnEJClient(EJClient client)
Parameters:
client -

deep

public java.lang.String deep()


Copyright © 2005-2007 netseeker. All Rights Reserved.