public interface IMXMLWebServiceOperationNode extends IMXMLInstanceNode
<operation>
tag inside a
<WebService>
tag.
The <operation>
tag is special in MXML. It doesn't correspond to a
property definition in the WebService
class. Instead, it codegens an
Operation
in the operations
property. Each
<operation>
tag codegens one Operation
.
A similar scheme applies to <RemoteObject>
and <method>
.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
String |
getOperationName() |
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
String getOperationName()
name
property of an <operation>
.Copyright © 2016 The Apache Software Foundation. All rights reserved.