Uses of Class
org.apache.axis2.description.AxisDescription
-
-
Uses of AxisDescription in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing with parameters of type AxisDescription Modifier and Type Method Description static String
AddressingHelper. getAddressingRequirementParemeterValue(AxisDescription axisDescription)
static void
AddressingHelper. setAddressingRequirementParemeterValue(AxisDescription axisDescription, String value)
-
Uses of AxisDescription in org.apache.axis2.description
Subclasses of AxisDescription in org.apache.axis2.description Modifier and Type Class 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 AxisServiceclass
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 axisOperationFields in org.apache.axis2.description declared as AxisDescription Modifier and Type Field Description protected AxisDescription
AxisDescription. parent
Methods in org.apache.axis2.description that return AxisDescription Modifier and Type Method Description AxisDescription
AxisDescription. getChild(Object key)
AxisDescription
PolicyInclude. getDescription()
AxisDescription
AxisDescription. getParent()
Methods in org.apache.axis2.description that return types with arguments of type AxisDescription Modifier and Type Method Description Iterator<? extends AxisDescription>
AxisDescription. getChildren()
Methods in org.apache.axis2.description with parameters of type AxisDescription Modifier and Type Method Description void
AxisDescription. addChild(Object key, AxisDescription child)
void
AxisDescription. addChild(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
AxisDescription. onEngage(AxisModule module, AxisDescription engager)
void
AxisMessage. onEngage(AxisModule axisModule, AxisDescription engager)
We do not support adding module operations when engaging a module to an AxisMessagevoid
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.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
PolicyInclude. setDescription(AxisDescription description)
void
AxisDescription. setParent(AxisDescription parent)
Constructors in org.apache.axis2.description with parameters of type AxisDescription Constructor Description PolicyInclude(AxisDescription axisDescription)
-
Uses of AxisDescription in org.apache.axis2.engine
Subclasses of AxisDescription in org.apache.axis2.engine Modifier and Type Class Description class
AxisConfiguration
Class AxisConfigurationMethods in org.apache.axis2.engine that return AxisDescription Modifier and Type Method Description AxisDescription
AxisEvent. getAxisDescription()
Methods in org.apache.axis2.engine with parameters of type AxisDescription Modifier and Type Method Description void
AxisConfiguration. onEngage(AxisModule module, AxisDescription engager)
Constructors in org.apache.axis2.engine with parameters of type AxisDescription Constructor Description AxisEvent(int EVENT_TYPE, AxisDescription axisDescription)
-
Uses of AxisDescription in org.apache.axis2.handlers.addressing
Methods in org.apache.axis2.handlers.addressing with parameters of type AxisDescription Modifier and Type Method Description void
Addressing. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
Addressing. engageNotify(AxisDescription axisDescription)
-
Uses of AxisDescription in org.apache.axis2.handlers.soapmonitor
Methods in org.apache.axis2.handlers.soapmonitor with parameters of type AxisDescription Modifier and Type Method Description void
SOAPMonitorModule. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
SOAPMonitorModule. engageNotify(AxisDescription axisDescription)
-
Uses of AxisDescription in org.apache.axis2.jaxws.module
Methods in org.apache.axis2.jaxws.module with parameters of type AxisDescription Modifier and Type Method Description void
JAXWSModule. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
JAXWSModule. engageNotify(AxisDescription axisDescription)
-
Uses of AxisDescription in org.apache.axis2.mex
Methods in org.apache.axis2.mex with parameters of type AxisDescription Modifier and Type Method Description void
MetadataExchangeModule. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
MetadataExchangeModule. engageNotify(AxisDescription axisDescription)
-
Uses of AxisDescription in org.apache.axis2.modules
Methods in org.apache.axis2.modules with parameters of type AxisDescription Modifier and Type Method 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 -
Uses of AxisDescription in org.apache.axis2.mtompolicy
Methods in org.apache.axis2.mtompolicy with parameters of type AxisDescription Modifier and Type Method Description void
MTOMPolicy. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
MTOMPolicy. engageNotify(AxisDescription axisDescription)
static MTOMAssertion
Utils. getMTOMAssertion(AxisDescription axisDescription)
Extracts the MTOM assertion object if it is exists into the policy based on a givenAxisDescription
.static AxisService
Utils. locateAxisService(AxisDescription axisDescription)
Locates theAxisService
object searching up in the hierarchy recursively theAxisDescription
object passed. -
Uses of AxisDescription in org.apache.axis2.scripting
Methods in org.apache.axis2.scripting with parameters of type AxisDescription Modifier and Type Method Description void
ScriptModule. applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
void
ScriptModule. engageNotify(AxisDescription axisDescription)
-
Uses of AxisDescription in org.apache.axis2.util
Methods in org.apache.axis2.util with parameters of type AxisDescription Modifier and Type Method Description static void
WSDLSerializationUtil. addPoliciesAsExtensibleElement(AxisDescription description, OMElement descriptionElement)
static void
WSDLSerializationUtil. addWSDLDocumentationElement(AxisDescription axisDescription, OMElement omElement, OMFactory omFactory, OMNamespace wsdl)
static OMElement
WSDLSerializationUtil. generateDocumentationElement(AxisDescription axisDescription, OMFactory omFactory, OMNamespace wsdl)
static String
PolicyUtil. generateId(AxisDescription description)
static org.apache.neethi.Policy
PolicyUtil. getMergedPolicy(Collection<org.apache.neethi.PolicyComponent> policies, AxisDescription description)
Constructors in org.apache.axis2.util with parameters of type AxisDescription Constructor Description AxisPolicyLocator(AxisDescription subject)
-