public class AxisBindingOperation extends AxisDescription
engagedModules, parameterObservers, parent
CLASSLOADER_KEY, CONTEXTPATH_KEY, EXECUTION_CHAIN_KEY, EXECUTION_FAULT_CHAIN_KEY, EXECUTION_OUT_CHAIN_KEY, IN_FAULTFLOW_KEY, INFLOW_KEY, MESSAGE_RECEIVER_KEY, MODULEREF_KEY, OPERATION_KEY, OUT_FAULTFLOW_KEY, OUTFLOW_KEY, PARAMETER_KEY, PHASES_KEY, SERVICE_CLASS_NAME, STYLE_KEY
Constructor and Description |
---|
AxisBindingOperation() |
Modifier and Type | Method and Description |
---|---|
void |
addFault(AxisBindingMessage fault) |
void |
applyPolicy()
Applies the policies on the Description Hierarchy recursively.
|
void |
engageModule(AxisModule axisModule)
Engage a Module at this level
|
AxisBinding |
getAxisBinding() |
AxisOperation |
getAxisOperation() |
org.apache.neethi.Policy |
getEffectivePolicy() |
AxisBindingMessage |
getFault(String name) |
ArrayList<AxisBindingMessage> |
getFaults() |
Object |
getKey() |
QName |
getName() |
Object |
getProperty(String name) |
boolean |
isEngaged(String moduleName)
Check if a given module is engaged at this level.
|
void |
setAxisOperation(AxisOperation axisOperation) |
void |
setName(QName name) |
void |
setProperty(String name,
Object value) |
org.apache.axiom.om.OMElement |
toWSDL20(org.apache.axiom.om.OMNamespace wsdl,
org.apache.axiom.om.OMNamespace tns,
org.apache.axiom.om.OMNamespace wsoap,
org.apache.axiom.om.OMNamespace whttp,
String type,
Map<String,String> namespaceMap,
String serviceName)
Generates the bindingOperation element
|
addChild, addChild, addParameter, addParameter, addParameterObserver, applyPolicy, deserializeParameters, disengageModule, engageModule, getAxisConfiguration, getChild, getChildren, getDocumentation, getDocumentationNode, getEngagedModules, getParameter, getParameters, getParameterValue, getParent, getPolicyInclude, getPolicySubject, isEngaged, isParameterLocked, isParameterTrue, onDisengage, onEngage, removeChild, removeParameter, removeParameterObserver, setDocumentation, setDocumentation, setParent, setPolicyInclude
public ArrayList<AxisBindingMessage> getFaults()
public AxisBindingMessage getFault(String name)
public void addFault(AxisBindingMessage fault)
public QName getName()
public void setName(QName name)
public AxisOperation getAxisOperation()
public void setAxisOperation(AxisOperation axisOperation)
public Object getKey()
getKey
in class AxisDescription
public void engageModule(AxisModule axisModule) throws AxisFault
AxisDescription
engageModule
in class AxisDescription
axisModule
- the Module to engageAxisFault
- if there's a problem engagingpublic boolean isEngaged(String moduleName)
AxisDescription
isEngaged
in class AxisDescription
moduleName
- module to investigate.public org.apache.axiom.om.OMElement toWSDL20(org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace tns, org.apache.axiom.om.OMNamespace wsoap, org.apache.axiom.om.OMNamespace whttp, String type, Map<String,String> namespaceMap, String serviceName)
wsdl
- The WSDL namespacetns
- The targetnamespacewsoap
- The SOAP namespace (WSDL 2.0)whttp
- The HTTP namespace (WSDL 2.0)type
- Indicates whether the binding is SOAP or HTTPnamespaceMap
- the service's namespace map (prefix -> namespace)serviceName
- the name of the servicepublic org.apache.neethi.Policy getEffectivePolicy()
public AxisBinding getAxisBinding()
public void applyPolicy() throws AxisFault
AxisDescription
applyPolicy
in class AxisDescription
AxisFault
- an error occurred applying the policyCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.