class PolicyMapBuilder extends Object
Constructor and Description |
---|
PolicyMapBuilder()
Creates a new instance of PolicyMapBuilder
|
Modifier and Type | Method and Description |
---|---|
(package private) com.sun.xml.ws.policy.PolicyMap |
getPolicyMap(com.sun.xml.ws.policy.PolicyMapMutator... externalMutators)
Iterates all the registered PolicyBuilders and lets them populate
their changes into PolicyMap.
|
(package private) void |
registerHandler(BuilderHandler builder)
Registers another builder, which has to be notified after a new
PolicyMap is created in order to populate it's changes.
|
(package private) void |
unregisterAll() |
void registerHandler(BuilderHandler builder)
com.sun.xml.ws.policy.PolicyMap getPolicyMap(com.sun.xml.ws.policy.PolicyMapMutator... externalMutators) throws com.sun.xml.ws.policy.PolicyException
com.sun.xml.ws.policy.PolicyException
void unregisterAll()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.