Method Summary |
|
public com.sun.jbi.wsdl2.MessageFaultReference | addNewInFault(com.sun.jbi.wsdl2.InterfaceFault fault) Create a new messsage in-fault reference for this operation, and
append it to the operation's in-fault list.
Parameters: fault - Fault to add to this operation. |
public com.sun.jbi.wsdl2.MessageReference | addNewInput() Create a new input message reference for this operation, and append
it to this operation's input list. |
public com.sun.jbi.wsdl2.MessageFaultReference | addNewOutFault(com.sun.jbi.wsdl2.InterfaceFault fault) Create a new messsage out-fault reference for this operation, and
append it to the operation's out-fault list.
Parameters: fault - Fault to add to this operation. |
public com.sun.jbi.wsdl2.MessageReference | addNewOutput() Create a new output message reference for this operation, and append
it to this operation's output list. |
public void | appendInFault(com.sun.jbi.wsdl2.MessageFaultReference theInFault) Append an item to in fault message references. |
public void | appendInput(com.sun.jbi.wsdl2.MessageReference theInput) Append an item to input message references. |
public void | appendOutFault(com.sun.jbi.wsdl2.MessageFaultReference theOutFault) Append an item to out fault message references. |
public void | appendOutput(com.sun.jbi.wsdl2.MessageReference theOutput) Append an item to output message references. |
static synchronized java.util.Map | getAttributeNameMap() Worker class method for
InterfaceOperationImpl.getWsdlAttributeNameMap() . |
protected DescriptionImpl | getContainer() Get the container for this component. |
public com.sun.jbi.wsdl2.MessageFaultReference | getInFault(int index) Get in fault message references by indexed position. |
public int | getInFaultsLength() Get the number of MessageFaultReference items in inFaults. |
public com.sun.jbi.wsdl2.MessageReference | getInput(int index) Get input message references by indexed position. |
public int | getInputsLength() Get the number of MessageReference items in inputs. |
public String | getName() Get name of this interface operation component. |
public com.sun.jbi.wsdl2.MessageFaultReference | getOutFault(int index) Get out fault message references by indexed position. |
public int | getOutFaultsLength() Get the number of MessageFaultReference items in outFaults. |
public com.sun.jbi.wsdl2.MessageReference | getOutput(int index) Get output message references by indexed position. |
public int | getOutputsLength() Get the number of MessageReference items in outputs. |
public String | getPattern() Get message exchange pattern URI for this operation. |
public QName | getQualifiedName() Get qualified name of this interface operation. |
public boolean | getSafe() Returns true if the operation is safe, as defined by the W3C Web Services
Architecture document. |
public String | getStyle() Get a URI identifying the message construction rules for a message reference. |
public java.util.Map | getWsdlAttributeNameMap() Get map of WSDL-defined attribute QNames for this component, indexed by
canonical QName string (see
javax.xml.namespace.QName.toString . |
public com.sun.jbi.wsdl2.MessageFaultReference | removeInFault(int index) Remove in fault message references by index position. |
public com.sun.jbi.wsdl2.MessageReference | removeInput(int index) Remove input message references by index position. |
public com.sun.jbi.wsdl2.MessageFaultReference | removeOutFault(int index) Remove out fault message references by index position. |
public com.sun.jbi.wsdl2.MessageReference | removeOutput(int index) Remove output message references by index position. |
public void | setInFault(int index, com.sun.jbi.wsdl2.MessageFaultReference theInFault) Set in fault message references by indexed position. |
public void | setInput(int index, com.sun.jbi.wsdl2.MessageReference theInput) Set input message references by indexed position. |
public void | setName(String theName) Set name of this interface operation component. |
public void | setOutFault(int index, com.sun.jbi.wsdl2.MessageFaultReference theOutFault) Set out fault message references by indexed position. |
public void | setOutput(int index, com.sun.jbi.wsdl2.MessageReference theOutput) Set output message references by indexed position. |
public void | setPattern(String thePattern) Set message exchange pattern URI for this operation. |
public void | setSafe(boolean isSafe) Set true if the operation is safe, as defined by the W3C Web Services
Architecture document. |
public void | setStyle(String theStyle) Set a URI identifying the message construction rules for a message reference. |
public DocumentFragment | toXmlDocumentFragment() Return this interface operation as a DOM document fragment. |
public String | toXmlString() Return this WSDL interface operation as an XML string. |