Save This Page
Home » axis2-1.5-src » org.apache » axis2 » description » [javadoc | source]
org.apache.axis2.description
public class: AxisBindingMessage [javadoc | source]
java.lang.Object
   org.apache.axis2.description.AxisDescription
      org.apache.axis2.description.AxisBindingMessage

All Implemented Interfaces:
    ParameterInclude, DescriptionConstants

Fields inherited from org.apache.axis2.description.AxisDescription:
parent,  engagedModules,  parameterObservers,  NULL_MODULES
Constructor:
 public AxisBindingMessage() 
Method from org.apache.axis2.description.AxisBindingMessage Summary:
calculateEffectivePolicy,   engageModule,   getAxisBindingOperation,   getAxisMessage,   getDirection,   getEffectivePolicy,   getKey,   getName,   getProperty,   isEngaged,   isFault,   setAxisMessage,   setDirection,   setFault,   setName,   setProperty,   toWSDL20
Methods from org.apache.axis2.description.AxisDescription:
addChild,   addChild,   addParameter,   addParameter,   addParameterObserver,   applyPolicy,   applyPolicy,   deserializeParameters,   disengageModule,   engageModule,   engageModule,   getAxisConfiguration,   getChild,   getChildren,   getDocumentation,   getDocumentationNode,   getEngagedModules,   getKey,   getParameter,   getParameterValue,   getParameters,   getParent,   getPolicyInclude,   getPolicySubject,   isEngaged,   isEngaged,   isParameterLocked,   isParameterTrue,   onDisengage,   onEngage,   removeChild,   removeParameter,   removeParameterObserver,   setDocumentation,   setDocumentation,   setParent,   setPolicyInclude
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.description.AxisBindingMessage Detail:
 public Policy calculateEffectivePolicy() 
 public  void engageModule(AxisModule axisModule) throws AxisFault 
 public AxisBindingOperation getAxisBindingOperation() 
 public AxisMessage getAxisMessage() 
 public String getDirection() 
 public Policy getEffectivePolicy() 
 public Object getKey() 
 public String getName() 
 public Object getProperty(String name) 
 public boolean isEngaged(String moduleName) 
 public boolean isFault() 
 public  void setAxisMessage(AxisMessage axisMessage) 
 public  void setDirection(String direction) 
 public  void setFault(boolean fault) 
 public  void setName(String name) 
 public  void setProperty(String name,
    Object value) 
 public OMElement toWSDL20(OMNamespace wsdl,
    OMNamespace tns,
    OMNamespace wsoap,
    OMNamespace whttp,
    Map nameSpaceMap) 
    Generates the bindingMessage element (can be input, output, infault or outfault)