org.apache.wsif.providers.bsf
Class WSIFPort_BSF

java.lang.Object
  extended by org.apache.wsif.base.WSIFDefaultPort
      extended by org.apache.wsif.providers.bsf.WSIFPort_BSF
All Implemented Interfaces:
java.io.Serializable, WSIFPort

public class WSIFPort_BSF
extends WSIFDefaultPort
implements java.io.Serializable

BSF WSIF Port.

Author:
Bhuvan Gupta
See Also:
Serialized Form

Constructor Summary
WSIFPort_BSF(javax.wsdl.Definition def, javax.wsdl.Port port)
          Constructor for the WSIFPort_BSF object
 
Method Summary
 WSIFOperation createOperation(java.lang.String operationName)
          Description of the Method
 WSIFOperation createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
          Description of the Method
 void setDynamicWSIFOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName, WSIFOperation_BSF value)
          Sets the dynamicWSIFOperation attribute of the WSIFPort_BSF object
 
Methods inherited from class org.apache.wsif.base.WSIFDefaultPort
close, finalize, getContext, setContext, supportsAsync, supportsSync
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSIFPort_BSF

public WSIFPort_BSF(javax.wsdl.Definition def,
                    javax.wsdl.Port port)
             throws WSIFException
Constructor for the WSIFPort_BSF object

Parameters:
def - Description of the Parameter
port - Description of the Parameter
Throws:
WSIFException - Description of the Exception
Method Detail

createOperation

public WSIFOperation createOperation(java.lang.String operationName)
                              throws WSIFException
Description of the Method

Specified by:
createOperation in interface WSIFPort
Parameters:
operationName - Description of the Parameter
Returns:
Description of the Return Value
Throws:
WSIFException - Description of the Exception

createOperation

public WSIFOperation createOperation(java.lang.String operationName,
                                     java.lang.String inputName,
                                     java.lang.String outputName)
                              throws WSIFException
Description of the Method

Specified by:
createOperation in interface WSIFPort
Parameters:
operationName - Description of the Parameter
inputName - Description of the Parameter
outputName - Description of the Parameter
Returns:
Description of the Return Value
Throws:
WSIFException - Description of the Exception

setDynamicWSIFOperation

public void setDynamicWSIFOperation(java.lang.String name,
                                    java.lang.String inputName,
                                    java.lang.String outputName,
                                    WSIFOperation_BSF value)
Sets the dynamicWSIFOperation attribute of the WSIFPort_BSF object

Parameters:
name - The new dynamicWSIFOperation value
inputName - The new dynamicWSIFOperation value
outputName - The new dynamicWSIFOperation value
value - The new dynamicWSIFOperation value


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.