|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.HandlerChainAnnotation
public class HandlerChainAnnotation
Represents a common representation of a handler chain annotation. Associates the Web Service with an externally defined handler chain. This annotation is typically used in scenarios where embedding the handler configuration directly in the Java source is not appropriate; for example, where the handler configuration needs to be shared across multiple Web Services, or where the handler chain consists of handlers for multiple transports.
It is an error to combine this annotation with theSOAPMessageHandler
.
Constructor Summary | |
---|---|
HandlerChainAnnotation(String file,
String name)
Initializes a new instance of the HandlerChain attribute with the given file and chain name. |
Method Summary | |
---|---|
String |
getFile()
Returns the location of the handler chain file. |
String |
getName()
Returns the name of the handler chain in the configuration file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandlerChainAnnotation(String file, String name)
HandlerChain
attribute with the given file and chain name.
file
- the file name.name
- the handler name.Method Detail |
---|
public String getFile()
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |