Uses of Interface
com.sun.xml.wss.impl.PolicyResolver
-
Packages that use PolicyResolver Package Description com.sun.xml.wss.jaxws.impl com.sun.xml.wss.provider.wsit -
-
Uses of PolicyResolver in com.sun.xml.wss.jaxws.impl
Classes in com.sun.xml.wss.jaxws.impl that implement PolicyResolver Modifier and Type Class Description classPolicyResolverImpl -
Uses of PolicyResolver in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return PolicyResolver Modifier and Type Method Description static PolicyResolverPolicyResolverFactory. createPolicyResolver(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)static PolicyResolverPolicyResolverFactory. createPolicyResolver(List<PolicyAlternativeHolder> alternatives, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)
-