Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.HandlerType
-
Packages that use HandlerType Package Description com.sun.xml.ws.config.metro.parser.jsr109 -
-
Uses of HandlerType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 with type parameters of type HandlerType Modifier and Type Field Description protected List<HandlerType>HandlerChainType. handlerprotected List<HandlerType>PortComponentType. handlerprotected List<HandlerType>ServiceRefType. handlerMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return HandlerType Modifier and Type Method Description HandlerTypeObjectFactory. createHandlerType()Create an instance ofHandlerTypeMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return types with arguments of type HandlerType Modifier and Type Method Description List<HandlerType>HandlerChainType. getHandler()Gets the value of the handler property.List<HandlerType>PortComponentType. getHandler()Gets the value of the handler property.List<HandlerType>ServiceRefType. getHandler()Gets the value of the handler property.
-