IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.struts.config
Class BTTWSIFActionMapping

java.lang.Object
  extended byorg.apache.struts.config.ActionConfig
      extended byorg.apache.struts.action.ActionMapping
          extended bycom.ibm.btt.struts.config.BTTBaseActionMapping
              extended bycom.ibm.btt.struts.config.BTTWSIFActionMapping
All Implemented Interfaces:
java.io.Serializable

public class BTTWSIFActionMapping
extends BTTBaseActionMapping

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.btt.struts.config.BTTBaseActionMapping
bttMaps
 
Fields inherited from class org.apache.struts.config.ActionConfig
attribute, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
 
Constructor Summary
BTTWSIFActionMapping()
           
 
Method Summary
 java.lang.String getNs()
          Returns the ns.
 java.lang.String getOperation()
          Returns the operation.
 java.lang.String getPname()
          Returns the pname.
 java.lang.String getPns()
          Returns the pns.
 java.lang.String getPortType()
          Returns the portType.
 java.lang.String getService()
          Returns the service.
 java.lang.String getWsdlFile()
          Returns the wsdlFile.
 boolean isAdvancedService()
           
 void setAdvancedService(boolean b)
           
 void setNs(java.lang.String ns)
          Sets the ns.
 void setOperation(java.lang.String operation)
          Sets the operation.
 void setPname(java.lang.String pname)
          Sets the pname.
 void setPns(java.lang.String pns)
          Sets the pns.
 void setPortType(java.lang.String portType)
          Sets the portType.
 void setService(java.lang.String service)
          Sets the service.
 void setWsdlFile(java.lang.String wsdlFile)
          Sets the wsdlFile.
 
Methods inherited from class com.ibm.btt.struts.config.BTTBaseActionMapping
addBTTMapConfig, findBTTMap, findBTTMaps, getConditionsConfig, getConditionsID, getContext, getMapFromContext, getMapToContext, getProcessCtxMapper, getValidator, setConditionsID, setContext, setMapFromContext, setMapToContext, setProcessCtxMapper, setValidator
 
Methods inherited from class org.apache.struts.action.ActionMapping
findException, findForward, findForwards, getInputForward
 
Methods inherited from class org.apache.struts.config.ActionConfig
addExceptionConfig, addForwardConfig, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getApplicationConfig, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setApplicationConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BTTWSIFActionMapping

public BTTWSIFActionMapping()
Method Detail

getNs

public java.lang.String getNs()
Returns the ns.

Returns:
String

getOperation

public java.lang.String getOperation()
Returns the operation.

Returns:
String

getPname

public java.lang.String getPname()
Returns the pname.

Returns:
String

getPns

public java.lang.String getPns()
Returns the pns.

Returns:
String

getPortType

public java.lang.String getPortType()
Returns the portType.

Returns:
String

getService

public java.lang.String getService()
Returns the service.

Returns:
String

getWsdlFile

public java.lang.String getWsdlFile()
Returns the wsdlFile.

Returns:
String

setNs

public void setNs(java.lang.String ns)
Sets the ns.

Parameters:
ns - The ns to set

setOperation

public void setOperation(java.lang.String operation)
Sets the operation.

Parameters:
operation - The operation to set

setPname

public void setPname(java.lang.String pname)
Sets the pname.

Parameters:
pname - The pname to set

setPns

public void setPns(java.lang.String pns)
Sets the pns.

Parameters:
pns - The pns to set

setPortType

public void setPortType(java.lang.String portType)
Sets the portType.

Parameters:
portType - The portType to set

setService

public void setService(java.lang.String service)
Sets the service.

Parameters:
service - The service to set

setWsdlFile

public void setWsdlFile(java.lang.String wsdlFile)
Sets the wsdlFile.

Parameters:
wsdlFile - The wsdlFile to set

isAdvancedService

public boolean isAdvancedService()
Returns:
boolean

setAdvancedService

public void setAdvancedService(boolean b)
Parameters:
b -

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005