Uses of Class
com.sun.xml.ws.util.HandlerAnnotationInfo
Packages that use HandlerAnnotationInfo
-
Uses of HandlerAnnotationInfo in com.sun.xml.ws.handler
Methods in com.sun.xml.ws.handler that return HandlerAnnotationInfoModifier and TypeMethodDescriptionHandlerChainsModel.getHandlersForPortInfo(PortInfo info) static HandlerAnnotationInfoHandlerChainsModel.parseHandlerFile(XMLStreamReader reader, ClassLoader classLoader, QName serviceName, QName portName, WSBinding wsbinding) This method is called internally by HandlerAnnotationProcessor, and byDeploymentDescriptorParserdirectly 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 HandlerAnnotationInfoModifier and TypeMethodDescriptionstatic HandlerAnnotationInfoHandlerAnnotationProcessor.buildHandlerInfo(Class<?> clazz, QName serviceName, QName portName, WSBinding binding) This method is called byEndpointFactorywhen they have an annotated class.