Uses of Class
org.apache.axis2.description.AxisDescription
Packages that use AxisDescription
Package
Description
-
Uses of AxisDescription in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing with parameters of type AxisDescriptionModifier and TypeMethodDescriptionstatic StringAddressingHelper.getAddressingRequirementParemeterValue(AxisDescription axisDescription) static voidAddressingHelper.setAddressingRequirementParemeterValue(AxisDescription axisDescription, String value) -
Uses of AxisDescription in org.apache.axis2.description
Subclasses of AxisDescription in org.apache.axis2.descriptionModifier and TypeClassDescriptionclassAn AxisBinding represents a WSDL binding, and contains AxisBindingOperations.classclassAn AxisBindingOperation represents a WSDL <bindingOperation>classclassThis class represents the messages in WSDL.classclassClass AxisServiceclassclassclassclassclassclassclassThis class is to keep common methods and properties in InOut and OutIn axisOperationFields in org.apache.axis2.description declared as AxisDescriptionMethods in org.apache.axis2.description that return AxisDescriptionMethods in org.apache.axis2.description that return types with arguments of type AxisDescriptionModifier and TypeMethodDescriptionIterator<? extends AxisDescription>AxisDescription.getChildren()Methods in org.apache.axis2.description with parameters of type AxisDescriptionModifier and TypeMethodDescriptionvoidAxisDescription.addChild(Object key, AxisDescription child) voidAxisDescription.addChild(AxisDescription child) voidAxisDescription.engageModule(AxisModule axisModule, AxisDescription source) Engage a Module at this level, keeping track of which level the engage was originally called from.protected voidAxisDescription.onEngage(AxisModule module, AxisDescription engager) voidAxisMessage.onEngage(AxisModule axisModule, AxisDescription engager) We do not support adding module operations when engaging a module to an AxisMessagefinal voidAxisOperation.onEngage(AxisModule axisModule, AxisDescription engager) This is called when a module is engaged on this operation.voidAxisService.onEngage(AxisModule axisModule, AxisDescription engager) Engages a module.protected voidAxisServiceGroup.onEngage(AxisModule module, AxisDescription engager) When a module gets engaged on a ServiceGroup, we have to engage it for each Service.voidPolicyInclude.setDescription(AxisDescription description) voidAxisDescription.setParent(AxisDescription parent) Constructors in org.apache.axis2.description with parameters of type AxisDescription -
Uses of AxisDescription in org.apache.axis2.engine
Subclasses of AxisDescription in org.apache.axis2.engineMethods in org.apache.axis2.engine that return AxisDescriptionMethods in org.apache.axis2.engine with parameters of type AxisDescriptionModifier and TypeMethodDescriptionvoidAxisConfiguration.onEngage(AxisModule module, AxisDescription engager) Constructors in org.apache.axis2.engine with parameters of type AxisDescription -
Uses of AxisDescription in org.apache.axis2.modules
Methods in org.apache.axis2.modules with parameters of type AxisDescriptionModifier and TypeMethodDescriptionvoidModule.applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription) Evaluates specified policy for the specified AxisDescription.voidModule.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.util
Methods in org.apache.axis2.util with parameters of type AxisDescriptionModifier and TypeMethodDescriptionstatic voidWSDLSerializationUtil.addPoliciesAsExtensibleElement(AxisDescription description, org.apache.axiom.om.OMElement descriptionElement) static voidWSDLSerializationUtil.addWSDLDocumentationElement(AxisDescription axisDescription, org.apache.axiom.om.OMElement omElement, org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMNamespace wsdl) static org.apache.axiom.om.OMElementWSDLSerializationUtil.generateDocumentationElement(AxisDescription axisDescription, org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMNamespace wsdl) static StringPolicyUtil.generateId(AxisDescription description) static org.apache.neethi.PolicyPolicyUtil.getMergedPolicy(Collection<org.apache.neethi.PolicyComponent> policies, AxisDescription description) Constructors in org.apache.axis2.util with parameters of type AxisDescription