JAXRPCHandlerList

This type is a class for model objects.

A JAX-RPC handler list defines an ordered list of JAX-RPC handlers to be invoked against requests and responses.

In WCCM, the JAX-RPC Handler is represented by the Handler object in the wsdd package from the webservices model.

Package: sibws

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



Attributes Summary
name : EString The name of this JAX RPC Handler List. Standard WebSphere character restrictions apply.
handlerName : EString The names of any JAX RPC Handlers included in this list.

Note that the name is used internally only to perform a lookup; conceptually a JAXRPC Handler List contains JAX RPC Handlers, and this is how they are shown on the panels. They need to be modelled independently because Handlers can appear in more than one list.

description : EString An optional description of the JAX RPC Handler List.



Attribute Details

name  -  The name of this JAX RPC Handler List. Standard WebSphere character restrictions apply.
    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

handlerName  -  The names of any JAX RPC Handlers included in this list.

Note that the name is used internally only to perform a lookup; conceptually a JAXRPC Handler List contains JAX RPC Handlers, and this is how they are shown on the panels. They need to be modelled independently because Handlers can appear in more than one list.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

description  -  An optional description of the JAX RPC Handler List.
    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



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