Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.wsee.jws.jaxws.owsm
Class PolicySubjectBindingFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by weblogic.wsee.jws.jaxws.owsm.PolicySubjectBindingFeature

public class PolicySubjectBindingFeature
extends WebServiceFeature


Field Summary
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
PolicySubjectBindingFeature(weblogic.wsee.jaxws.framework.policy.PolicySubjectBinding impl)
           
 
Method Summary
static PolicySubjectBindingFeature create(List<String> policyURIs, weblogic.wsee.jaxws.framework.policy.PolicySubjectMetadata psm)
           
static PolicySubjectBindingFeature create(weblogic.wsee.jaxws.framework.policy.PolicyReference[] policyReference, weblogic.wsee.jaxws.framework.policy.PolicySubjectMetadata psm)
           
static PolicySubjectBindingFeature createFeature(List<weblogic.wsee.policy.deployment.WseePolicyReferenceInfo> policyRefs, weblogic.wsee.jaxws.framework.policy.PolicySubjectMetadata psm)
           
 String getID()
           
 List<weblogic.wsee.jaxws.framework.policy.PolicyReference> getPolicyReferences()
           
 weblogic.wsee.jaxws.framework.policy.PolicySubjectBinding getPolicySubjectBinding()
           
 boolean hasPolicyReferences()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicySubjectBindingFeature

public PolicySubjectBindingFeature(weblogic.wsee.jaxws.framework.policy.PolicySubjectBinding impl)
Method Detail

getID

public String getID()
Specified by:
getID in class WebServiceFeature

getPolicyReferences

public List<weblogic.wsee.jaxws.framework.policy.PolicyReference> getPolicyReferences()

hasPolicyReferences

public boolean hasPolicyReferences()

getPolicySubjectBinding

public weblogic.wsee.jaxws.framework.policy.PolicySubjectBinding getPolicySubjectBinding()

create

public static PolicySubjectBindingFeature create(List<String> policyURIs,
                                                 weblogic.wsee.jaxws.framework.policy.PolicySubjectMetadata psm)

createFeature

public static PolicySubjectBindingFeature createFeature(List<weblogic.wsee.policy.deployment.WseePolicyReferenceInfo> policyRefs,
                                                        weblogic.wsee.jaxws.framework.policy.PolicySubjectMetadata psm)

create

public static PolicySubjectBindingFeature create(weblogic.wsee.jaxws.framework.policy.PolicyReference[] policyReference,
                                                 weblogic.wsee.jaxws.framework.policy.PolicySubjectMetadata psm)

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06