Searched refs:HandlerAnnotationInfo (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DHandlerAnnotationInfo.java43 public class HandlerAnnotationInfo { class
H A DHandlerAnnotationProcessor.java66 * @see com.sun.xml.internal.ws.util.HandlerAnnotationInfo
85 * @return A HandlerAnnotationInfo object that stores the
89 public static HandlerAnnotationInfo buildHandlerInfo(@NotNull
112 HandlerAnnotationInfo handlerAnnInfo = HandlerChainsModel.parseHandlerFile(reader, clazz.getClassLoader(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DHandlerConfigurator.java33 import com.sun.xml.internal.ws.util.HandlerAnnotationInfo;
116 private final Map<WSPortInfo,HandlerAnnotationInfo> chainMap = new HashMap<WSPortInfo,HandlerAnnotationInfo>();
128 HandlerAnnotationInfo chain = chainMap.get(port);
154 private void logSetChain(WSPortInfo info, HandlerAnnotationInfo chain) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerChainsModel.java32 import com.sun.xml.internal.ws.util.HandlerAnnotationInfo;
168 * @return A HandlerAnnotationInfo object that stores the
174 public static HandlerAnnotationInfo parseHandlerFile(XMLStreamReader reader,
179 HandlerAnnotationInfo info = new HandlerAnnotationInfo();
312 public HandlerAnnotationInfo getHandlersForPortInfo(PortInfo info){
314 HandlerAnnotationInfo handlerInfo = new HandlerAnnotationInfo();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointFactory.java52 import com.sun.xml.internal.ws.util.HandlerAnnotationInfo;
265 HandlerAnnotationInfo chainInfo =
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DDeploymentDescriptorParser.java45 import com.sun.xml.internal.ws.util.HandlerAnnotationInfo;
463 HandlerAnnotationInfo handlerInfo = HandlerChainsModel.parseHandlerFile(

Completed in 36 milliseconds