|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.util.HandlerAnnotationInfo
public class HandlerAnnotationInfo
Used to hold a list of handlers and a set of roles from an annotated endpoint. At runtime, these are created by the HandlerAnnotationProcessor at the request of client and server code to create the handler chains.
HandlerAnnotationProcessor
Constructor Summary | |
---|---|
HandlerAnnotationInfo()
|
Method Summary | |
---|---|
java.util.List<Handler> |
getHandlers()
Return the handlers specified by the handler chain descriptor. |
java.util.Set<java.lang.String> |
getRoles()
Return the roles contained in the handler chain descriptor. |
void |
setHandlers(java.util.List<Handler> handlers)
This method should only be called by HandlerAnnotationProcessor. |
void |
setRoles(java.util.Set<java.lang.String> roles)
This method should only be called by HandlerAnnotationProcessor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandlerAnnotationInfo()
Method Detail |
---|
public java.util.List<Handler> getHandlers()
public void setHandlers(java.util.List<Handler> handlers)
handlers
- The handlers specified by the handler chain descriptor.public java.util.Set<java.lang.String> getRoles()
public void setRoles(java.util.Set<java.lang.String> roles)
roles
- The roles contained in the handler chain descriptor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |