Uses of Interface
com.sun.xml.ws.api.handler.MessageHandler

Packages that use MessageHandler
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
 

Uses of MessageHandler in com.sun.xml.ws.client
 

Methods in com.sun.xml.ws.client that return types with arguments of type MessageHandler
 List<MessageHandler> HandlerConfiguration.getMessageHandlers()
           
 

Constructor parameters in com.sun.xml.ws.client with type arguments of type MessageHandler
HandlerConfiguration(Set<String> roles, Set<QName> portKnownHeaders, List<javax.xml.ws.handler.Handler> handlerChain, List<javax.xml.ws.handler.LogicalHandler> logicalHandlers, List<javax.xml.ws.handler.soap.SOAPHandler> soapHandlers, List<MessageHandler> messageHandlers, Set<QName> handlerKnownHeaders)