com.sun.xml.ws.policy.jaxws
Class BuilderHandler

java.lang.Object
  extended by com.sun.xml.ws.policy.jaxws.BuilderHandler
Direct Known Subclasses:
BuilderHandlerEndpointScope, BuilderHandlerMessageScope, BuilderHandlerOperationScope, BuilderHandlerServiceScope

abstract class BuilderHandler
extends Object


Field Summary
(package private)  Map<String,com.sun.xml.ws.policy.sourcemodel.PolicySourceModel> policyStore
           
(package private)  Object policySubject
           
(package private)  Collection<String> policyURIs
           
 
Constructor Summary
BuilderHandler(Collection<String> policyURIs, Map<String,com.sun.xml.ws.policy.sourcemodel.PolicySourceModel> policyStore, Object policySubject)
          Creates a new instance of BuilderHandler
 
Method Summary
protected abstract  void doPopulate(com.sun.xml.ws.policy.PolicyMapExtender policyMapExtender)
           
(package private)  Collection<com.sun.xml.ws.policy.Policy> getPolicies()
           
(package private)  Collection<com.sun.xml.ws.policy.PolicySubject> getPolicySubjects()
           
(package private)  void populate(com.sun.xml.ws.policy.PolicyMapExtender policyMapExtender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

policyStore

Map<String,com.sun.xml.ws.policy.sourcemodel.PolicySourceModel> policyStore

policyURIs

Collection<String> policyURIs

policySubject

Object policySubject
Constructor Detail

BuilderHandler

BuilderHandler(Collection<String> policyURIs,
               Map<String,com.sun.xml.ws.policy.sourcemodel.PolicySourceModel> policyStore,
               Object policySubject)
Creates a new instance of BuilderHandler

Method Detail

populate

final void populate(com.sun.xml.ws.policy.PolicyMapExtender policyMapExtender)
             throws com.sun.xml.ws.policy.PolicyException
Throws:
com.sun.xml.ws.policy.PolicyException

doPopulate

protected abstract void doPopulate(com.sun.xml.ws.policy.PolicyMapExtender policyMapExtender)
                            throws com.sun.xml.ws.policy.PolicyException
Throws:
com.sun.xml.ws.policy.PolicyException

getPolicies

final Collection<com.sun.xml.ws.policy.Policy> getPolicies()
                                                    throws com.sun.xml.ws.policy.PolicyException
Throws:
com.sun.xml.ws.policy.PolicyException

getPolicySubjects

final Collection<com.sun.xml.ws.policy.PolicySubject> getPolicySubjects()
                                                                 throws com.sun.xml.ws.policy.PolicyException
Throws:
com.sun.xml.ws.policy.PolicyException


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