Uses of Interface
javax.xml.ws.handler.PortInfo

Packages that use PortInfo
javax.xml.ws.handler   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.impl   
org.apache.axis2.jaxws.handler   
org.apache.axis2.jaxws.spi.handler   
 

Uses of PortInfo in javax.xml.ws.handler
 

Methods in javax.xml.ws.handler with parameters of type PortInfo
 java.util.List<Handler> HandlerResolver.getHandlerChain(PortInfo portinfo)
           
 

Uses of PortInfo in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return PortInfo
 PortInfo EndpointDescription.getPortInfo()
          Returns the JAX-WS handler PortInfo object for this endpoint.
 

Methods in org.apache.axis2.jaxws.description with parameters of type PortInfo
 java.util.List<java.lang.Class> ServiceDescription.getHandlerChainClasses(PortInfo portinfo)
           
 void ServiceDescription.setHandlerChainClasses(PortInfo portinfo, java.util.List<java.lang.Class> handlerClasses)
           
 

Uses of PortInfo in org.apache.axis2.jaxws.description.impl
 

Classes in org.apache.axis2.jaxws.description.impl that implement PortInfo
 class PortInfoImpl
           
 

Uses of PortInfo in org.apache.axis2.jaxws.handler
 

Methods in org.apache.axis2.jaxws.handler with parameters of type PortInfo
 java.util.List<Handler> HandlerResolverImpl.getHandlerChain(PortInfo portinfo)
           
 java.util.List<java.lang.String> HandlerResolverImpl.getRoles(PortInfo portInfo)
           
 

Uses of PortInfo in org.apache.axis2.jaxws.spi.handler
 

Methods in org.apache.axis2.jaxws.spi.handler with parameters of type PortInfo
protected static boolean BaseHandlerResolver.chainResolvesToPort(HandlerChainType hct, PortInfo portinfo)
           
 java.util.List<Handler> HandlerResolverImpl.getHandlerChain(PortInfo portinfo)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.