|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
public @interface SOAPMessageHandler
A single SOAP message handler
Required Element Summary | |
---|---|
String |
className
Name of the handler class. |
Optional Element Summary | |
---|---|
String[] |
headers
List of SOAP headers processed by the handler. |
InitParam[] |
initParams
Array of name/value pairs that should be passed to the handler during initialization. |
String |
name
Name of the handler. |
String[] |
roles
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |