| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Deprecated public @interface SOAPMessageHandler
A single SOAP message handler
| Required Element Summary | |
|---|---|
|  String | classNameDeprecated. Name of the handler class. | 
| Optional Element Summary | |
|---|---|
|  String[] | headersDeprecated. List of SOAP headers processed by the handler. | 
|  InitParam[] | initParamsDeprecated. Array of name/value pairs that should be passed to the handler during initialization. | 
|  String | nameDeprecated. Name of the handler. | 
|  String[] | rolesDeprecated. List of SOAP roles/actors implemented by the handler | 
| Element Detail | 
|---|
public abstract String className
public abstract String name
public abstract InitParam[] initParams
public abstract String[] roles
public abstract String[] headers
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.