|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisDescription | |
org.apache.axis2.description | |
org.apache.axis2.engine | |
org.apache.axis2.handlers.soapmonitor | |
org.apache.axis2.modules |
Uses of AxisDescription in org.apache.axis2.description |
Subclasses of AxisDescription in org.apache.axis2.description | |
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
|
Methods in org.apache.axis2.description that return AxisDescription | |
AxisDescription |
AxisDescription.getParent()
|
AxisDescription |
AxisDescription.getChild(Object key)
|
AxisDescription |
PolicyInclude.getDescription()
|
Methods in org.apache.axis2.description with parameters of type AxisDescription | |
void |
AxisDescription.setParent(AxisDescription parent)
|
void |
AxisDescription.addChild(AxisDescription child)
|
void |
AxisDescription.addChild(Object key,
AxisDescription child)
|
void |
PolicyInclude.setDescription(AxisDescription description)
|
Constructors in org.apache.axis2.description with parameters of type AxisDescription | |
PolicyInclude(AxisDescription axisDescription)
|
Uses of AxisDescription in org.apache.axis2.engine |
Subclasses of AxisDescription in org.apache.axis2.engine | |
class |
AxisConfiguration
Class AxisConfiguration |
Uses of AxisDescription in org.apache.axis2.handlers.soapmonitor |
Methods in org.apache.axis2.handlers.soapmonitor with parameters of type AxisDescription | |
void |
SOAPMonitorModule.engageNotify(AxisDescription axisDescription)
|
void |
SOAPMonitorModule.applyPolicy(org.apache.neethi.Policy policy,
AxisDescription axisDescription)
|
Uses of AxisDescription in org.apache.axis2.modules |
Methods in org.apache.axis2.modules with parameters of type 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 refuce the engage as well |
void |
Module.applyPolicy(org.apache.neethi.Policy policy,
AxisDescription axisDescription)
Evaluates specified policy for the specified AxisDescription. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |