Method Summary |
|
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. |