|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.PolicyMapMutator
public abstract class PolicyMapMutator
The class serves as a base for specific policy map mutator implementations. It provides common methods that allow concrete mutator implementations to connect and disconnect to/from a policy map instance.
| Method Summary | |
|---|---|
void |
connect(PolicyMap map)
The method is used to connect the policy map mutator instance to the map it should mutate. |
void |
disconnect()
Disconnects the mutator from the policy map object it is connected to. |
PolicyMap |
getMap()
Can be used to retrieve the policy map currently connected to this mutator. |
boolean |
isConnected()
This method provides connection status information of the policy map mutator instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void connect(PolicyMap map)
map - the policy map instance that will be mutable by this mutator.
IllegalStateException - in case this mutator object is already connected to a policy map.public PolicyMap getMap()
null if not connected.
null if the mutator is not connected.isConnected(),
disconnect()public void disconnect()
public boolean isConnected()
true if the mutator instance is connected to a policy map, otherwise returns false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||