com.sun.xml.wss.jaxws.impl
Class PolicyResolverImpl

java.lang.Object
  extended by com.sun.xml.wss.jaxws.impl.PolicyResolverImpl
All Implemented Interfaces:
PolicyResolver

public class PolicyResolverImpl
extends Object
implements PolicyResolver

Author:
Ashutosh.Shahi@sun.com

Field Summary
protected static Logger log
           
 
Constructor Summary
PolicyResolverImpl(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)
          Creates a new instance of OperationResolverImpl
 
Method Summary
protected  PolicyAssertion getInBoundSCP()
           
 SecurityPolicy resolvePolicy(ProcessingContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log
Constructor Detail

PolicyResolverImpl

public PolicyResolverImpl(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap,
                          HashMap<String,SecurityPolicyHolder> ip,
                          WSDLBoundOperation cachedOperation,
                          TubeConfiguration tubeConfig,
                          AddressingVersion addVer,
                          boolean isClient,
                          RmProtocolVersion rmVer,
                          McProtocolVersion mcVer)
Creates a new instance of OperationResolverImpl

Method Detail

resolvePolicy

public SecurityPolicy resolvePolicy(ProcessingContext ctx)
Specified by:
resolvePolicy in interface PolicyResolver

getInBoundSCP

protected PolicyAssertion getInBoundSCP()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.