public class HandlerConfiguration extends Object
Constructor and Description |
---|
HandlerConfiguration(Set<String> roles,
HandlerConfiguration oldConfig)
This is called when roles as reset on binding using SOAPBinding#setRoles(), to save reparsing the handlers again.
|
HandlerConfiguration(Set<String> roles,
List<Handler> handlerChain) |
Modifier and Type | Method and Description |
---|---|
List<Handler> |
getHandlerChain() |
Set<QName> |
getHandlerKnownHeaders() |
List<LogicalHandler> |
getLogicalHandlers() |
List<MessageHandler> |
getMessageHandlers() |
Set<String> |
getRoles() |
List<SOAPHandler> |
getSoapHandlers() |
public HandlerConfiguration(Set<String> roles, List<Handler> handlerChain)
roles
- This contains the roles assumed by the Binding implementation.handlerChain
- This contains the handler chain set on the Bindingpublic HandlerConfiguration(Set<String> roles, HandlerConfiguration oldConfig)
roles
- oldConfig
- public List<LogicalHandler> getLogicalHandlers()
public List<SOAPHandler> getSoapHandlers()
public List<MessageHandler> getMessageHandlers()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.