Uses of Interface
org.apache.axis2.jaxws.description.ResolvedHandlersDescription
Packages that use ResolvedHandlersDescription
-
Uses of ResolvedHandlersDescription in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return ResolvedHandlersDescriptionModifier and TypeMethodDescriptionstatic ResolvedHandlersDescriptionDescriptionFactory.createResolvedHandlersDescription()Create a ResolvedHandlersDescription object, which describes attributes of handlers that have been resolved for a give port.ServiceDescription.getResolvedHandlersDescription(jakarta.xml.ws.handler.PortInfo portInfo) Answer information for resolved handlers for the given port.Methods in org.apache.axis2.jaxws.description with parameters of type ResolvedHandlersDescriptionModifier and TypeMethodDescriptionvoidServiceDescription.setResolvedHandlersDescription(jakarta.xml.ws.handler.PortInfo portInfo, ResolvedHandlersDescription resolvedHandlersInfo) Cache information for handlers which have been resolved for this port. -
Uses of ResolvedHandlersDescription in org.apache.axis2.jaxws.description.impl
Classes in org.apache.axis2.jaxws.description.impl that implement ResolvedHandlersDescriptionModifier and TypeClassDescriptionclassImplementation of the ResolvedHandlersDescription interfaceMethods in org.apache.axis2.jaxws.description.impl that return ResolvedHandlersDescriptionModifier and TypeMethodDescriptionstatic ResolvedHandlersDescriptionDescriptionFactoryImpl.createResolvedHandlersDescription()ServiceDescriptionImpl.getResolvedHandlersDescription(jakarta.xml.ws.handler.PortInfo portInfo) Methods in org.apache.axis2.jaxws.description.impl with parameters of type ResolvedHandlersDescriptionModifier and TypeMethodDescriptionvoidServiceDescriptionImpl.setResolvedHandlersDescription(jakarta.xml.ws.handler.PortInfo portInfo, ResolvedHandlersDescription resolvedHandlersInfo)