public interface IMXMLWebServiceNode extends IMXMLInstanceNode
<WebService>
tag.
The <WebService>
tag is an ordinary instance tag from the compiler's
point of view, except for the fact that a <Webservice>
tag can have
special child <operation>
tags mixed in with its other child tags
for properties and events.
These are not property tags, because WebService
has no operation
property.
Instead, each <operation>
tag creates an instance of mx.rpc.soap.mxml.Operation
and adds it as a dynamic property of the operations
object
of the WebService
instance; the name of the property in this object
is the name specified by the name
attribute on the <operation>
tag.
Each <operaton>
tag is represented by a child IMXMLWebServiceOperationNode
.
UNKNOWN
getEffectiveID, getExcludeFrom, getID, getIncludeIn, getItemCreationPolicy, getItemDestructionPolicy, isEqual, resolveID
getClassReference, getEventSpecifierNode, getEventSpecifierNodes, getPropertySpecifierNode, getPropertySpecifierNodes, getSpecifierNodesWithSuffix, isContainer, isDeferredInstantiationUIComponent, isMXMLObject, isVisualElementContainer, needsDescriptor, needsDocumentDescriptor
getClassDefinitionNode, getDocumentNode, getFileNode, getName, isValidForCodeGen
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
Copyright © 2016 The Apache Software Foundation. All rights reserved.