|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
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 WebServiceFeature
public void setEffectivePolicy(PolicySource policy)
policy
- the policy to be setpublic PolicySource getEffectivePolicy()
public void setEffectivePolicyForInputMessage(PolicySource policy)
policy
- the policy to be setpublic PolicySource getEffectivePolicyForInputMessage()
public void setEffectivePolicyForOutputMessage(PolicySource policy)
policy
- the policy to be setpublic PolicySource getEffectivePolicyForOutputMessage()
public void setEffectivePolicyForFaultMessage(QName faultMessage, PolicySource policy)
faultMessage
- Qname for the fault messagepolicy
- the policy to be setpublic PolicySource getEffectivePolicyForFaultMessage(QName faultMessage)
public void setEffectivePolicyForOperation(QName operation, PolicySource policy)
operation
- QName of the operationpolicy
- the policy to be setpublic PolicySource getEffectivePolicyForOperation(QName operation)
public void setEffectivePolicyForInputMessage(QName operation, PolicySource policy)
operation
- QName of the operationpolicy
- the policy to be setpublic PolicySource getEffectivePolicyForInputMessage(QName operation)
public void setEffectivePolicyForOutputMessage(QName operation, PolicySource policy)
operation
- QName of the operationpolicy
- the policy to be setpublic PolicySource getEffectivePolicyForOutputMessage(QName operation)
public void setEffectivePolicyForFaultMessage(QName operation, QName faultMessage, PolicySource policy)
operation
- QName of the operationfaultMessage
- Qname for the fault messagepolicy
- the policy to be setpublic PolicySource getEffectivePolicyForFaultMessage(QName operation, QName faultMessage)
|
Copyright 1996, 2013, 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 Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |