org.apache.axis2.description
Class MessageDescription

java.lang.Object
  extended byorg.apache.wsdl.impl.ComponentImpl
      extended byorg.apache.wsdl.impl.ExtensibleComponentImpl
          extended byorg.apache.wsdl.impl.MessageReferenceImpl
              extended byorg.apache.axis2.description.MessageDescription
All Implemented Interfaces:
org.apache.wsdl.Component, org.apache.wsdl.ExtensibleComponent, org.apache.wsdl.MessageReference, org.apache.wsdl.WSDLConstants

public class MessageDescription
extends org.apache.wsdl.impl.MessageReferenceImpl
implements org.apache.wsdl.MessageReference


Field Summary
 
Fields inherited from class org.apache.wsdl.impl.ComponentImpl
componentProperties, documentation
 
Fields inherited from interface org.apache.wsdl.WSDLConstants
MEP_CONSTANT_IN_ONLY, MEP_CONSTANT_IN_OPTIONAL_OUT, MEP_CONSTANT_IN_OUT, MEP_CONSTANT_INVALID, MEP_CONSTANT_OUT_IN, MEP_CONSTANT_OUT_ONLY, MEP_CONSTANT_OUT_OPTIONAL_IN, MEP_CONSTANT_ROBUST_IN_ONLY, MEP_CONSTANT_ROBUST_OUT_ONLY, MEP_URI_IN_ONLY, MEP_URI_IN_OPTIONAL_OUT, MEP_URI_IN_OUT, MEP_URI_OUT_IN, MEP_URI_OUT_ONLY, MEP_URI_OUT_OPTIONAL_IN, MEP_URI_ROBUST_IN_ONLY, MEP_URI_ROBUST_OUT_ONLY, MESSAGE_LABEL_IN, MESSAGE_LABEL_IN_VALUE, MESSAGE_LABEL_OUT, MESSAGE_LABEL_OUT_VALUE, WSDL_MESSAGE_DIRECTION_IN, WSDL_MESSAGE_DIRECTION_OUT, WSDL_USE_ENCODED, WSDL_USE_LITERAL, WSDL1_1_NAMESPACE, WSDL2_0_NAMESPACE
 
Constructor Summary
MessageDescription()
           
 
Methods inherited from class org.apache.wsdl.impl.MessageReferenceImpl
getDirection, getElement, getMessageLabel, setDirection, setElement, setMessageLabel
 
Methods inherited from class org.apache.wsdl.impl.ExtensibleComponentImpl
addFeature, addProperty, getFeatures, getProperties
 
Methods inherited from class org.apache.wsdl.impl.ComponentImpl
addExtensibilityElement, addExtensibleAttributes, getComponentProperties, getComponentProperty, getDocumentation, getExtensibilityAttributes, getExtensibilityElements, getMetadataBag, setComponentProperties, setComponentProperty, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.wsdl.MessageReference
getDirection, getElement, getMessageLabel, setDirection, setElement, setMessageLabel
 
Methods inherited from interface org.apache.wsdl.ExtensibleComponent
addFeature, addProperty, getFeatures, getProperties
 
Methods inherited from interface org.apache.wsdl.Component
addExtensibilityElement, addExtensibleAttributes, getComponentProperties, getComponentProperty, getExtensibilityAttributes, getExtensibilityElements, getMetadataBag, setComponentProperties, setComponentProperty
 

Constructor Detail

MessageDescription

public MessageDescription()