| Package | Description |
|---|---|
| org.apache.axis2.addressing | |
| org.apache.axis2.description | |
| org.apache.axis2.engine | |
| org.apache.axis2.modules | |
| org.apache.axis2.util |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
AddressingHelper.getAddressingRequirementParemeterValue(AxisDescription axisDescription) |
static void |
AddressingHelper.setAddressingRequirementParemeterValue(AxisDescription axisDescription,
java.lang.String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
AxisBinding
An AxisBinding represents a WSDL binding, and contains AxisBindingOperations.
|
class |
AxisBindingMessage |
class |
AxisBindingOperation
An AxisBindingOperation represents a WSDL <bindingOperation>
|
class |
AxisEndpoint |
class |
AxisMessage
This class represents the messages in WSDL.
|
class |
AxisOperation |
class |
AxisService
Class AxisService
|
class |
AxisServiceGroup |
class |
InOnlyAxisOperation |
class |
InOutAxisOperation |
class |
OutInAxisOperation |
class |
OutOnlyAxisOperation |
class |
RobustOutOnlyAxisOperation |
class |
TwoChannelAxisOperation
This class is to keep common methods and properties in InOut and OutIn axisOperation
|
| Modifier and Type | Field and Description |
|---|---|
protected AxisDescription |
AxisDescription.parent |
| Modifier and Type | Method and Description |
|---|---|
AxisDescription |
AxisDescription.getChild(java.lang.Object key) |
AxisDescription |
PolicyInclude.getDescription() |
AxisDescription |
AxisDescription.getParent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<? extends AxisDescription> |
AxisDescription.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisDescription.addChild(AxisDescription child) |
void |
AxisDescription.addChild(java.lang.Object key,
AxisDescription child) |
void |
AxisDescription.engageModule(AxisModule axisModule,
AxisDescription source)
Engage a Module at this level, keeping track of which level the engage was originally called
from.
|
protected void |
AxisServiceGroup.onEngage(AxisModule module,
AxisDescription engager)
When a module gets engaged on a ServiceGroup, we have to engage it for each Service.
|
void |
AxisOperation.onEngage(AxisModule axisModule,
AxisDescription engager)
This is called when a module is engaged on this operation.
|
void |
AxisService.onEngage(AxisModule axisModule,
AxisDescription engager)
Engages a module.
|
void |
AxisMessage.onEngage(AxisModule axisModule,
AxisDescription engager)
We do not support adding module operations when engaging a module to an AxisMessage
|
protected void |
AxisDescription.onEngage(AxisModule module,
AxisDescription engager) |
void |
PolicyInclude.setDescription(AxisDescription description) |
void |
AxisDescription.setParent(AxisDescription parent) |
| Constructor and Description |
|---|
PolicyInclude(AxisDescription axisDescription) |
| Modifier and Type | Class and Description |
|---|---|
class |
AxisConfiguration
Class AxisConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
AxisDescription |
AxisEvent.getAxisDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisConfiguration.onEngage(AxisModule module,
AxisDescription engager) |
| Constructor and Description |
|---|
AxisEvent(int EVENT_TYPE,
AxisDescription axisDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.applyPolicy(org.apache.neethi.Policy policy,
AxisDescription axisDescription)
Evaluates specified policy for the specified AxisDescription.
|
void |
Module.engageNotify(AxisDescription axisDescription)
When engaging this module to some service or operation , module will be notify by calling this
method there module author can validate , add policy and do any thing that he want , and he can
refuse the engage as well
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WSDLSerializationUtil.addPoliciesAsExtensibleElement(AxisDescription description,
org.apache.axiom.om.OMElement descriptionElement) |
static void |
WSDLSerializationUtil.addWSDLDocumentationElement(AxisDescription axisDescription,
org.apache.axiom.om.OMElement omElement,
org.apache.axiom.om.OMFactory omFactory,
org.apache.axiom.om.OMNamespace wsdl) |
static java.lang.String |
PolicyUtil.generateId(AxisDescription description) |
static org.apache.neethi.Policy |
PolicyUtil.getMergedPolicy(java.util.List policies,
AxisDescription description) |
| Constructor and Description |
|---|
AxisPolicyLocator(AxisDescription subject) |
Copyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.