Uses of Class
com.sun.xml.ws.util.HandlerAnnotationInfo

Packages that use HandlerAnnotationInfo
com.sun.xml.ws.handler   
com.sun.xml.ws.util   
 

Uses of HandlerAnnotationInfo in com.sun.xml.ws.handler
 

Methods in com.sun.xml.ws.handler that return HandlerAnnotationInfo
 HandlerAnnotationInfo HandlerChainsModel.getHandlersForPortInfo(javax.xml.ws.handler.PortInfo info)
           
static HandlerAnnotationInfo HandlerChainsModel.parseHandlerFile(javax.xml.stream.XMLStreamReader reader, ClassLoader classLoader, QName serviceName, QName portName, WSBinding wsbinding)
          This method is called internally by HandlerAnnotationProcessor, and by DeploymentDescriptorParser directly when it reaches the handler chains element in the descriptor file it is parsing.
 

Uses of HandlerAnnotationInfo in com.sun.xml.ws.util
 

Methods in com.sun.xml.ws.util that return HandlerAnnotationInfo
static HandlerAnnotationInfo HandlerAnnotationProcessor.buildHandlerInfo(Class<?> clazz, QName serviceName, QName portName, WSBinding binding)
          This method is called by EndpointFactory when they have an annotated class.