public class AxisBinding extends AxisDescription
engagedModules, parameterObservers, parentCLASSLOADER_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 |
|---|
AxisBinding() |
| 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
|
AxisEndpoint |
getAxisEndpoint() |
Iterator<AxisBindingOperation> |
getChildren() |
org.apache.neethi.Policy |
getEffectivePolicy() |
AxisBindingMessage |
getFault(String name) |
Object |
getKey() |
QName |
getName() |
Object |
getProperty(String name) |
String |
getType() |
boolean |
isEngaged(String moduleName)
Check if a given module is engaged at this level.
|
void |
setName(QName name) |
void |
setProperty(String name,
Object value) |
void |
setType(String type) |
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 interfaceName,
Map nameSpaceMap,
String addressingFlag,
String serviceName,
org.apache.axiom.om.OMNamespace wsaw)
Generate the <binding> element
|
addChild, addChild, addParameter, addParameter, addParameterObserver, applyPolicy, deserializeParameters, disengageModule, engageModule, getAxisConfiguration, getChild, getDocumentation, getDocumentationNode, getEngagedModules, getParameter, getParameters, getParameterValue, getParent, getPolicyInclude, getPolicySubject, isEngaged, isParameterLocked, isParameterTrue, onDisengage, onEngage, removeChild, removeParameter, removeParameterObserver, setDocumentation, setDocumentation, setParent, setPolicyIncludepublic AxisBindingMessage getFault(String name)
public void addFault(AxisBindingMessage fault)
public Object getProperty(String name)
name - name of the property to search forpublic QName getName()
public void setName(QName name)
public String getType()
public void setType(String type)
public Object getKey()
getKey in class AxisDescriptionpublic void engageModule(AxisModule axisModule) throws AxisFault
AxisDescriptionengageModule in class AxisDescriptionaxisModule - the Module to engageAxisFault - if there's a problem engagingpublic boolean isEngaged(String moduleName)
AxisDescriptionisEngaged in class AxisDescriptionmoduleName - 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 interfaceName,
Map nameSpaceMap,
String addressingFlag,
String serviceName,
org.apache.axiom.om.OMNamespace wsaw)
wsdl - the WSDL namespacetns - the target namespacewsoap - the SOAP namespacewhttp - the HTTP namespaceinterfaceName - the name of the interfacenameSpaceMap - the namespaceMap (prefix -> namespaceURI) of the serviceaddressingFlag - addressing usage flag (see AddressingConstants)serviceName - the name of the servicepublic org.apache.neethi.Policy getEffectivePolicy()
public AxisEndpoint getAxisEndpoint()
public Iterator<AxisBindingOperation> getChildren()
getChildren in class AxisDescriptionpublic void applyPolicy()
throws AxisFault
AxisDescriptionapplyPolicy in class AxisDescriptionAxisFault - an error occurred applying the policyCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.