com.sun.xml.ws.api.policy
Class PolicyResolver.ClientContext

java.lang.Object
  extended by com.sun.xml.ws.api.policy.PolicyResolver.ClientContext
Enclosing interface:
PolicyResolver

public static class PolicyResolver.ClientContext
extends Object


Constructor Summary
PolicyResolver.ClientContext(com.sun.xml.ws.policy.PolicyMap policyMap, Container container)
          The abstraction of PolicyMap is not finalized, and will change in few months.
 
Method Summary
 Container getContainer()
           
 com.sun.xml.ws.policy.PolicyMap getPolicyMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyResolver.ClientContext

public PolicyResolver.ClientContext(@Nullable
                                    com.sun.xml.ws.policy.PolicyMap policyMap,
                                    Container container)
The abstraction of PolicyMap is not finalized, and will change in few months. It is highly discouraged to use PolicyMap until it is finalized. In presence of WSDL, JAX-WS by default creates PolicyMap from Policy Attachemnts in WSDL.

Parameters:
policyMap - PolicyMap created from PolicyAttachemnts in WSDL
container -
Method Detail

getPolicyMap

@Nullable
public com.sun.xml.ws.policy.PolicyMap getPolicyMap()

getContainer

public Container getContainer()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.