|
||||||||||
| 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 | |
|---|---|
List<Handler> |
getHandlers()
Return the handlers specified by the handler chain descriptor. |
Set<String> |
getRoles()
Return the roles contained in the handler chain descriptor. |
void |
setHandlers(List<Handler> handlers)
This method should only be called by HandlerAnnotationProcessor. |
void |
setRoles(Set<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 List<Handler> getHandlers()
public void setHandlers(List<Handler> handlers)
handlers - The handlers specified by the handler chain descriptor.public Set<String> getRoles()
public void setRoles(Set<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 | |||||||||