Package | Description |
---|---|
com.sun.xml.ws.handler | |
com.sun.xml.ws.util |
Modifier and Type | Method and Description |
---|---|
HandlerAnnotationInfo |
HandlerChainsModel.getHandlersForPortInfo(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. |
Modifier and Type | Method and Description |
---|---|
static HandlerAnnotationInfo |
HandlerAnnotationProcessor.buildHandlerInfo(Class<?> clazz,
QName serviceName,
QName portName,
WSBinding binding)
This method is called by
EndpointFactory when
they have an annotated class. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.