IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.services.ws.jaxws
Class JaxWsConnectorInfrastructure

java.lang.Object
  extended by com.ibm.btt.base.DSENotifier
      extended by com.ibm.btt.base.Service
          extended by com.ibm.btt.services.ws.jaxws.JaxWsConnectorInfrastructure
All Implemented Interfaces:
Notifier, WSConnector, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
JaxWsClientMediator

public abstract class JaxWsConnectorInfrastructure
extends Service
implements WSConnector

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.btt.base.Service
externalizer, name
 
Fields inherited from class com.ibm.btt.base.DSENotifier
handlersList
 
Constructor Summary
JaxWsConnectorInfrastructure()
           
 
Method Summary
 javax.xml.ws.Service createJaxWsService()
          Creates the instance of Service.
abstract  Context getContext()
          Returns the value of the context property.
 java.lang.String getEndpointAddress()
          Returns the value of the endpoint address property.
 JaxWsHandlerResolver getHandlerResolver()
          Returns the value of the handlerResolver property.
 java.lang.String getNamespaceUri()
          Returns the value of the port namespace uri property.
 java.lang.String getPassword()
          Returns the value of the password property.
 java.lang.String getPortName()
          Returns the value of the port name property.
protected  javax.xml.namespace.QName getQName(java.lang.String name)
          Returns the QName for service.
 java.lang.String getServiceName()
          Returns the value of the service name property.
 java.lang.String getUsername()
          Sets the value of the user name property.
 java.net.URL getWsdlUrl()
          Returns the WSDL document location property.
 boolean isMaintainSession()
           
 boolean isMTOMEnabled()
           
abstract  void setContext(Context aContext)
          Sets the value of the context property.
 void setEndpointAddress(java.lang.String endpointAddress)
          Sets the value of the endpoint address property.
 void setExecutor(java.util.concurrent.Executor executor)
          Sets the value of the Executor property.
 void setHandlerResolver(JaxWsHandlerResolver handlerResolver)
           
 void setMaintainSession(boolean maintainSession)
           
 void setMTOMEnabled(boolean MTOMEnabled)
           
 void setNamespaceUri(java.lang.String namespaceUri)
          Sets the value of the port namespace uri property.
 void setPassword(java.lang.String password)
          Sets the value of the password property.
 void setPortName(java.lang.String portName)
          Sets the value of the port name property.
 void setServiceName(java.lang.String serviceName)
          Sets the value of the service name property.
 void setUsername(java.lang.String username)
          Returns the value of the user name property.
 void setWsdlUrl(java.net.URL wsdlUrl)
          Sets the value of the WSDL document location property.
 
Methods inherited from class com.ibm.btt.base.Service
externalizer, getExternalizer, getTagName, initializeFrom, readExternal, readExternal, readObject, removeExternal, setExternalizer, terminate, toString, toStrings, toTags, writeExternal, writeExternal
 
Methods inherited from class com.ibm.btt.base.DSENotifier
addHandler, getHandlersList, getName, removeHandler, setName, signalEvent, signalEvent, signalEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.btt.base.ws.WSConnector
execute, getProxy, reset
 
Methods inherited from interface com.ibm.btt.base.Externalizable
getName, setName
 

Constructor Detail

JaxWsConnectorInfrastructure

public JaxWsConnectorInfrastructure()
Method Detail

isMTOMEnabled

public boolean isMTOMEnabled()
Returns:
the mTOMEnabled

setMTOMEnabled

public void setMTOMEnabled(boolean MTOMEnabled)
Parameters:
MTOMEnabled - the MTOMEnabled to set

setWsdlUrl

public void setWsdlUrl(java.net.URL wsdlUrl)
Sets the value of the WSDL document location property.

Parameters:
wsdlUrl - java.net.URL

getWsdlUrl

public java.net.URL getWsdlUrl()
Returns the WSDL document location property.

Returns:
java.net.URL

setNamespaceUri

public void setNamespaceUri(java.lang.String namespaceUri)
Sets the value of the port namespace uri property.

Parameters:
namespaceUri - java.lang.String

getNamespaceUri

public java.lang.String getNamespaceUri()
Returns the value of the port namespace uri property.

Returns:
java.lang.String

setServiceName

public void setServiceName(java.lang.String serviceName)
Sets the value of the service name property.

Parameters:
serviceName - java.lang.String

getServiceName

public java.lang.String getServiceName()
Returns the value of the service name property.

Returns:
java.lang.String

setExecutor

public void setExecutor(java.util.concurrent.Executor executor)
Sets the value of the Executor property.

Parameters:
executor - java.util.concurrent.Executor
See Also:
#Executor

setHandlerResolver

public void setHandlerResolver(JaxWsHandlerResolver handlerResolver)

getHandlerResolver

public JaxWsHandlerResolver getHandlerResolver()
Returns the value of the handlerResolver property. Allow for custom processing in subclass JaxWsHandlerResolver

Returns:
com.ibm.btt.services.ws.jaxws.JaxWsHandlerResolver

createJaxWsService

public javax.xml.ws.Service createJaxWsService()
                                        throws javax.xml.ws.WebServiceException
Creates the instance of Service. JaxWsHandlerResolver

Returns:
javax.xml.ws.Service
Throws:
javax.xml.ws.WebServiceException
See Also:
#Executor

getQName

protected javax.xml.namespace.QName getQName(java.lang.String name)
Returns the QName for service.

Parameters:
name - java.lang.String

setContext

public abstract void setContext(Context aContext)
Description copied from interface: WSConnector
Sets the value of the context property.

Specified by:
setContext in interface WSConnector
Parameters:
aContext - com.ibm.btt.base.Context

getContext

public abstract Context getContext()
Description copied from interface: WSConnector
Returns the value of the context property.

Specified by:
getContext in interface WSConnector
Returns:
java.lang.String

setPortName

public void setPortName(java.lang.String portName)
Sets the value of the port name property.

Parameters:
portName - java.lang.String

getPortName

public java.lang.String getPortName()
Returns the value of the port name property.

Returns:
java.lang.String

setUsername

public void setUsername(java.lang.String username)
Returns the value of the user name property.


getUsername

public java.lang.String getUsername()
Sets the value of the user name property.

Parameters:
username - java.lang.String

setPassword

public void setPassword(java.lang.String password)
Sets the value of the password property.

Parameters:
username - java.lang.String

getPassword

public java.lang.String getPassword()
Returns the value of the password property.

Returns:
java.lang.String

setEndpointAddress

public void setEndpointAddress(java.lang.String endpointAddress)
Sets the value of the endpoint address property.

Parameters:
endpointAddress - java.lang.String
Throws:
DSEObjectNotFoundException

getEndpointAddress

public java.lang.String getEndpointAddress()
Returns the value of the endpoint address property.

Returns:
java.lang.String

setMaintainSession

public void setMaintainSession(boolean maintainSession)
Parameters:
maintainSession - the maintainSession to set

isMaintainSession

public boolean isMaintainSession()
Returns:
the maintainSession

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011