| com.sun.xml.ws.policy.jaxws.client.PolicyFeature
PolicyFeature | public class PolicyFeature extends WebServiceFeature (Code) | | Store a policy map on the endpoint.
This feature should be set on the binding. It does not make sense to set a
policy map per port because the map contains the policies for all ports in a
WSDL document.
|
Constructor Summary | |
public | PolicyFeature(PolicyMap map, WSDLModel model, WSPortInfo port) Creates a new instance of PolicyFeature and sets this feature to enabled. |
Method Summary | |
public String | getID() Returns the ID of this feature. | public PolicyMap | getPolicyMap() Returns the PolicyMap stored with this feature instance. | public WSPortInfo | getPortInfo() Returns the WSPortInfo stored with this feature instance. | public WSDLModel | getWsdlModel() Returns the WSDLModel stored with this feature instance. |
PolicyFeature | public PolicyFeature(PolicyMap map, WSDLModel model, WSPortInfo port)(Code) | | Creates a new instance of PolicyFeature and sets this feature to enabled.
Parameters: map - A PolicyMap Parameters: model - The associated WSDL model Parameters: port - The port |
getID | public String getID()(Code) | | Returns the ID of this feature.
The ID of this feature |
getPolicyMap | public PolicyMap getPolicyMap()(Code) | | Returns the PolicyMap stored with this feature instance.
The PolicyMap stored with this feature instance |
getPortInfo | public WSPortInfo getPortInfo()(Code) | | Returns the WSPortInfo stored with this feature instance.
The WSPortInfo stored with this feature instance |
getWsdlModel | public WSDLModel getWsdlModel()(Code) | | Returns the WSDLModel stored with this feature instance.
The WSDLModel stored with this feature instance |
|
|