Transport


This type is a class for model objects.

Configuration for the "transport" by which application requests flow from the WebSphere plug-ins for Web servers to the application server. IBM WebSphere Application Server works with several popular Web servers. WebSphere Application Server provides plug-ins for each of the servers to enable them to communicate with it. The plug-ins allow application requests to flow along a transport from the Web server to application servers on which the requested applications reside. See the InfoCenter documentation for more information about Web server plug-ins.

Package: ipc

Known subtypes:
    IIOPTransport
    JMSTransport
    HTTPTransport

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  WebContainer.transports



Attributes Summary
external : EBoolean Specifies whether this transport is for internal or external use.
sslEnabled : EBoolean Whether to use SSL for the connection between the Web server and the Web container in WebSphere Application Server.
sslConfig : EString The alias used to identify the configuration for Secure Sockets used by this transport if security is enabled.
address : EndPoint @ Specifies the address to connect to for the transport.
properties : Property * Special configuration properties for the transport. Each transport type can contain custom properties specified by the transport provider. See the documentation for each transport type to determine if there are special transport properties, and the possible values of those properties.



Attribute Details

external  -  Specifies whether this transport is for internal or external use.
    Data Type: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

sslEnabled  -  Whether to use SSL for the connection between the Web server and the Web container in WebSphere Application Server.
    Data Type: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

sslConfig  -  The alias used to identify the configuration for Secure Sockets used by this transport if security is enabled.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

address  -  Specifies the address to connect to for the transport.
    Reference Type: EndPoint @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

properties  -  Special configuration properties for the transport. Each transport type can contain custom properties specified by the transport provider. See the documentation for each transport type to determine if there are special transport properties, and the possible values of those properties.
    Reference Type: Property *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006