|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.ws.WebServiceFeature
weblogic.jws.jaxws.ClientPolicyFeature
public class ClientPolicyFeature
Allows client to override effective policy defined for service
Field Summary | |
---|---|
static String |
ID
Constant value identifying the PolicyFeature |
Fields inherited from class javax.xml.ws.WebServiceFeature |
---|
enabled |
Constructor Summary | |
---|---|
ClientPolicyFeature()
|
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 |
Field Detail |
---|
public static final String ID
Constructor Detail |
---|
public ClientPolicyFeature()
Method Detail |
---|
public String getID()
getID
in class javax.xml.ws.WebServiceFeature
public void setEffectivePolicy(weblogic.jws.jaxws.policy.PolicySource policy)
policy
- the policy to be setpublic weblogic.jws.jaxws.policy.PolicySource getEffectivePolicy()
public void setEffectivePolicyForInputMessage(weblogic.jws.jaxws.policy.PolicySource policy)
policy
- the policy to be setpublic weblogic.jws.jaxws.policy.PolicySource getEffectivePolicyForInputMessage()
public void setEffectivePolicyForOutputMessage(weblogic.jws.jaxws.policy.PolicySource policy)
policy
- the policy to be setpublic weblogic.jws.jaxws.policy.PolicySource getEffectivePolicyForOutputMessage()
public void setEffectivePolicyForFaultMessage(QName faultMessage, weblogic.jws.jaxws.policy.PolicySource policy)
faultMessage
- Qname for the fault messagepolicy
- the policy to be setpublic weblogic.jws.jaxws.policy.PolicySource getEffectivePolicyForFaultMessage(QName faultMessage)
public void setEffectivePolicyForOperation(QName operation, weblogic.jws.jaxws.policy.PolicySource policy)
operation
- QName of the operationpolicy
- the policy to be setpublic weblogic.jws.jaxws.policy.PolicySource getEffectivePolicyForOperation(QName operation)
public void setEffectivePolicyForInputMessage(QName operation, weblogic.jws.jaxws.policy.PolicySource policy)
operation
- QName of the operationpolicy
- the policy to be setpublic weblogic.jws.jaxws.policy.PolicySource getEffectivePolicyForInputMessage(QName operation)
public void setEffectivePolicyForOutputMessage(QName operation, weblogic.jws.jaxws.policy.PolicySource policy)
operation
- QName of the operationpolicy
- the policy to be setpublic weblogic.jws.jaxws.policy.PolicySource getEffectivePolicyForOutputMessage(QName operation)
public void setEffectivePolicyForFaultMessage(QName operation, QName faultMessage, weblogic.jws.jaxws.policy.PolicySource policy)
operation
- QName of the operationfaultMessage
- Qname for the fault messagepolicy
- the policy to be setpublic weblogic.jws.jaxws.policy.PolicySource getEffectivePolicyForFaultMessage(QName operation, QName faultMessage)
|
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |