|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Handler
| Optional Element Summary | |
|---|---|
String[] |
callback
The callback() attribute specifies which handlers to run on outbound SOAP callbacks. |
String |
file
The handler config file to use, if handler chain is not specified inline. |
String[] |
operation
The operation() attribute specifies which handlers to run on incoming SOAP messages. |
public abstract String[] operation
public abstract String[] callback
public abstract String file
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||