org.apache.wsif.providers.ejb
Class WSIFPort_EJB
java.lang.Object
|
+--org.apache.wsif.base.WSIFDefaultPort
|
+--org.apache.wsif.providers.ejb.WSIFPort_EJB
- All Implemented Interfaces:
- java.io.Serializable, WSIFPort
- public class WSIFPort_EJB
- extends WSIFDefaultPort
- implements java.io.Serializable
EJB WSIF Port.
- Author:
- Gerhard Pfau
Partially based on WSIFPort_ApacheSOAP from Alekander Slominski,
Paul Fremantle, Sanjiva Weerawarana and Matthew J. Duftler, Owen Burroughs , Jeremy Hughes
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSIFPort_EJB
public WSIFPort_EJB(javax.wsdl.Definition def,
javax.wsdl.Port port,
WSIFDynamicTypeMap typeMap)
getDefinition
public javax.wsdl.Definition getDefinition()
getDynamicWSIFOperation
public WSIFOperation_EJB getDynamicWSIFOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName)
throws WSIFException
getEjbHome
public javax.ejb.EJBHome getEjbHome()
throws WSIFException
getEjbObject
public javax.ejb.EJBObject getEjbObject()
throws WSIFException
getPortModel
public javax.wsdl.Port getPortModel()
setDefinition
public void setDefinition(javax.wsdl.Definition value)
setDynamicWSIFOperation
public void setDynamicWSIFOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName,
WSIFOperation_EJB value)
setEjbHome
public void setEjbHome(javax.ejb.EJBHome newEjbHome)
setEjbObject
public void setEjbObject(javax.ejb.EJBObject newEjbObject)
setPortModel
public void setPortModel(javax.wsdl.Port value)
createOperation
public WSIFOperation createOperation(java.lang.String operationName)
throws WSIFException
- Description copied from interface:
WSIFPort
- Create a new WSIFOperation. There must be exactly one
operation in this port's portType with this name. For
overloaded operations see
WSIFPort.createOperation(String,String,String)
.
- Following copied from interface:
org.apache.wsif.WSIFPort
- Parameters:
operationName
- the name of an operation in this port's portType- Returns:
- the new WSIFOperation
- Throws:
WSIFException
- if something goes wrong
createOperation
public WSIFOperation createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
throws WSIFException
- Description copied from interface:
WSIFPort
- Create a new WSIFOperation. There must be an
operation in this port's portType with this operation name,
input message name and output message name. The input message name
distinguishes overloaded operations.
- Following copied from interface:
org.apache.wsif.WSIFPort
- Parameters:
operationName
- the name of an operation in this port's portTypeinputName
- the input message nameoutputName
- the output message name- Returns:
- the new WSIFOperation
- Throws:
WSIFException
- if something goes wrong
deep
public java.lang.String deep()
Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.