|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.soap.SOAPMessageHandlersAnnotation
public class SOAPMessageHandlersAnnotation
Represents a common implementation of the SOAP message handlers annotation. Specifies a list of SOAP protocol handlers
that run before and after business methods on the Web Service. These
handlers are called in response to SOAP messages targeting the service. The SOAPMessageHandlersAnnotation
is an array of SOAPMessageHandler types. The handlers are run in the order in which they appear in the annotation,
starting with the first handler in the array.
Constructor Summary | |
---|---|
SOAPMessageHandlersAnnotation(SOAPMessageHandler[] value)
Initializes a new instance of the SOAPMessageHandlersAnnotation . |
Method Summary | |
---|---|
SOAPMessageHandler[] |
getValue()
Returns the SOAP message handlers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAPMessageHandlersAnnotation(SOAPMessageHandler[] value)
SOAPMessageHandlersAnnotation
.
value
- the handlers.Method Detail |
---|
public SOAPMessageHandler[] getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |