public interface InterfaceOperation extends ExtensibleDocumentedComponent
| Modifier and Type | Method and Description |
|---|---|
MessageFaultReference |
addNewInFault(InterfaceFault fault)
Create a new messsage in-fault reference for this operation, and
append it to the operation's in-fault list.
|
MessageReference |
addNewInput()
Create a new input message reference for this operation, and append it
to this operation's input list.
|
MessageFaultReference |
addNewOutFault(InterfaceFault fault)
Create a new messsage out-fault reference for this operation, and
append it to the operation's out-fault list.
|
MessageReference |
addNewOutput()
Create a new output message reference for this operation, and append
it to this operation's output list.
|
void |
appendInFault(MessageFaultReference theInFault)
Append an item to in fault message references.
|
void |
appendInput(MessageReference theInput)
Append an item to input message references.
|
void |
appendOutFault(MessageFaultReference theOutFault)
Append an item to out fault message references.
|
void |
appendOutput(MessageReference theOutput)
Append an item to output message references.
|
MessageFaultReference |
getInFault(int index)
Get in fault message references by indexed position.
|
int |
getInFaultsLength()
Get the number of MessageFaultReference items in inFaults.
|
MessageReference |
getInput(int index)
Get input message references by indexed position.
|
int |
getInputsLength()
Get the number of MessageReference items in inputs.
|
String |
getName()
Get name of this interface operation component.
|
MessageFaultReference |
getOutFault(int index)
Get out fault message references by indexed position.
|
int |
getOutFaultsLength()
Get the number of MessageFaultReference items in outFaults.
|
MessageReference |
getOutput(int index)
Get output message references by indexed position.
|
int |
getOutputsLength()
Get the number of MessageReference items in outputs.
|
String |
getPattern()
Get message exchange pattern URI for this operation.
|
QName |
getQualifiedName()
Get qualified name of this interface operation.
|
boolean |
getSafe()
Get true if the operation is safe, as defined by the W3C Web Services
Architecture document.
|
String |
getStyle()
Get a URI identifying the message construction rules for a message
reference.
|
MessageFaultReference |
removeInFault(int index)
Remove in fault message references by index position.
|
MessageReference |
removeInput(int index)
Remove input message references by index position.
|
MessageFaultReference |
removeOutFault(int index)
Remove out fault message references by index position.
|
MessageReference |
removeOutput(int index)
Remove output message references by index position.
|
void |
setInFault(int index,
MessageFaultReference theInFault)
Set in fault message references by indexed position.
|
void |
setInput(int index,
MessageReference theInput)
Set input message references by indexed position.
|
void |
setName(String theName)
Set name of this interface operation component.
|
void |
setOutFault(int index,
MessageFaultReference theOutFault)
Set out fault message references by indexed position.
|
void |
setOutput(int index,
MessageReference theOutput)
Set output message references by indexed position.
|
void |
setPattern(String thePattern)
Set message exchange pattern URI for this operation.
|
void |
setSafe(boolean isSafe)
Set true if the operation is safe, as defined by the W3C Web Services
Architecture document.
|
void |
setStyle(String theStyle)
Set a URI identifying the message construction rules for a message
reference.
|
DocumentFragment |
toXmlDocumentFragment()
Return this interface operation as a DOM document fragment.
|
String |
toXmlString()
Return this WSDL interface operation as an XML string.
|
getDocument, getDocument, getExtensions, getWsdlAttributeNameMap, setDocument, setDocument, setExtensionsString getName()
void setName(String theName)
theName - Name of this interface operation componentString getPattern()
void setPattern(String thePattern)
thePattern - Message exchange pattern URI for this operationString getStyle()
void setStyle(String theStyle)
theStyle - A URI identifying the message construction rules for a
message referenceboolean getSafe()
void setSafe(boolean isSafe)
isSafe - True if the operation is safe, as defined by the W3C Web
Services Architecture documentint getInputsLength()
MessageReference getInput(int index)
index - Indexed position value 0..length-1index position.void setInput(int index,
MessageReference theInput)
index - Indexed position value (0..length-1) of the item to settheInput - Item to add at position index.void appendInput(MessageReference theInput)
theInput - Item to append to inputsMessageReference removeInput(int index)
index - The index position of the input to removeint getOutputsLength()
MessageReference getOutput(int index)
index - Indexed position value 0..length-1index
position.void setOutput(int index,
MessageReference theOutput)
index - Indexed position value (0..length-1) of the item to settheOutput - Item to add at position index.void appendOutput(MessageReference theOutput)
theOutput - Item to append to outputsMessageReference removeOutput(int index)
index - The index position of the output to removeint getInFaultsLength()
MessageFaultReference getInFault(int index)
index - Indexed position value 0..length-1index
position.void setInFault(int index,
MessageFaultReference theInFault)
index - Indexed position value (0..length-1) of the item to settheInFault - Item to add at position index.void appendInFault(MessageFaultReference theInFault)
theInFault - Item to append to inFaultsMessageFaultReference removeInFault(int index)
index - The index position of the inFault to removeint getOutFaultsLength()
MessageFaultReference getOutFault(int index)
index - Indexed position value 0..length-1index
position.void setOutFault(int index,
MessageFaultReference theOutFault)
index - Indexed position value (0..length-1) of the item to settheOutFault - Item to add at position index.void appendOutFault(MessageFaultReference theOutFault)
theOutFault - Item to append to outFaultsMessageFaultReference removeOutFault(int index)
index - The index position of the outFault to removeQName getQualifiedName()
MessageReference addNewInput()
MessageReference addNewOutput()
MessageFaultReference addNewInFault(InterfaceFault fault)
fault - Fault referenced by the new in-faultMessageFaultReference addNewOutFault(InterfaceFault fault)
fault - Fault referenced by the new out-faultString toXmlString()
DocumentFragment toXmlDocumentFragment()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.