public interface Operation extends Nameable<WSDLComponent>, ReferenceableWSDLComponent, WSDLComponent
Modifier and Type | Field and Description |
---|---|
static String |
FAULT_PROPERTY |
static String |
INPUT_PROPERTY |
static String |
OUTPUT_PROPERTY |
static String |
PARAMETER_ORDER_PROPERTY |
NAME_PROPERTY
DOCUMENTATION_PROPERTY, EXTENSIBILITY_ELEMENT_PROPERTY
TEXT_CONTENT_PROPERTY
Modifier and Type | Method and Description |
---|---|
void |
addFault(Fault fault) |
Collection<Fault> |
getFaults() |
Input |
getInput() |
Output |
getOutput() |
List<String> |
getParameterOrder() |
void |
removeFault(Fault fault) |
void |
setInput(Input input) |
void |
setOutput(Output output) |
void |
setParameterOrder(List<String> parameterOrder) |
accept, addExtensibilityElement, createReferenceTo, createSchemaReference, getAttributeMap, getDocumentation, getExtensibilityElements, getExtensibilityElements, getModel, removeExtensibilityElement, setDocumentation
findAttributePosition, findChildComponent, findPosition, getAttribute, getPeer, isInDocumentModel, referencesSameNode, setAttribute
canPaste, copy, getChildren, getChildren, getChildren, getParent
static final String FAULT_PROPERTY
static final String INPUT_PROPERTY
static final String OUTPUT_PROPERTY
static final String PARAMETER_ORDER_PROPERTY