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

Part Number E13941-05

weblogic.wsee.jws.jaxws.owsm
Class PolicyReferencesFeature

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

public class PolicyReferencesFeature
extends javax.xml.ws.WebServiceFeature


Field Summary
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
PolicyReferencesFeature()
           
 
Method Summary
static PolicyReferencesFeature createFeatureFromPolicyReferences(List<weblogic.wsee.jaxws.framework.policy.PolicyReference> policyReferences)
           
static PolicyReferencesFeature createFeatureFromPolicyReferences(weblogic.wsee.jaxws.framework.policy.PolicyReference[] policyReferences)
           
static PolicyReferencesFeature createFeatureFromPolicyURIs(List<String> policyURIs)
           
static PolicyReferencesFeature createFeatureFromPolicyURIs(String[] policyURIs)
           
 String getID()
           
 List<weblogic.wsee.jaxws.framework.policy.PolicyReference> getPolicyReferences()
           
 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

PolicyReferencesFeature

public PolicyReferencesFeature()
Method Detail

getID

public String getID()
Specified by:
getID in class javax.xml.ws.WebServiceFeature

getPolicyReferences

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

hasPolicyReferences

public boolean hasPolicyReferences()

createFeatureFromPolicyURIs

public static PolicyReferencesFeature createFeatureFromPolicyURIs(String[] policyURIs)

createFeatureFromPolicyURIs

public static PolicyReferencesFeature createFeatureFromPolicyURIs(List<String> policyURIs)

createFeatureFromPolicyReferences

public static PolicyReferencesFeature createFeatureFromPolicyReferences(weblogic.wsee.jaxws.framework.policy.PolicyReference[] policyReferences)

createFeatureFromPolicyReferences

public static PolicyReferencesFeature createFeatureFromPolicyReferences(List<weblogic.wsee.jaxws.framework.policy.PolicyReference> policyReferences)

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.5)

Part Number E13941-05