JAXRPCHandler

A JAX-RPC handler provides customization of Web service request or response handling.



Attributes Summary
name : StringThe name of the JAX RPC Handler.
soapRoles : StringDefines any SOAP roles in which this handler acts.
description : StringOptional description of this handler.
handlerClassName : StringThe name of the class that implements this JAX RPC Handler.
JAXRPCHeader : JAXRPCHeader * Defines any JAX-RPC headers against which this handler operates.
property : Property * Optional additional properties may be configured here as name-value pairs.

Attribute Details

name    -    The name of the JAX RPC Handler. Standard WebSphere character restrictions apply.
     data type:  String
     default Value:   unspecified



soapRoles    -    Defines any SOAP roles in which this handler acts.
     data type:  String
     default Value:   unspecified



description    -    Optional description of this handler.
     data type:  String
     default Value:   unspecified



handlerClassName    -    The name of the class that implements this JAX RPC Handler.
     data type:  String
     default Value:   unspecified



JAXRPCHeader    -    Defines any JAX-RPC headers against which this handler operates.
     data type: JAXRPCHeader*



property    -    Optional additional properties may be configured here as name-value pairs.
     data type: Property*


Copyright IBM Corp. 1997-2004