|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.policy.jaxws.PolicyMapBuilder
class PolicyMapBuilder
Used for populating changes into PolicyMap. Once a PolicyMap is created PolicyMapBuilder notifies all the registered WSPolicyBuilderHandler to populate changes to the PolicyMap.
Constructor Summary | |
---|---|
PolicyMapBuilder()
Creates a new instance of PolicyMapBuilder |
Method Summary | |
---|---|
(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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
PolicyMapBuilder()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |