Method Summary |
|
public com.sun.jbi.wsdl2.InterfaceFault | addNewFault(String name) Create a new fault, and append it to this interface's faults list. |
public com.sun.jbi.wsdl2.InterfaceOperation | addNewOperation() Create a new operation, appending it to this interface's operations list. |
public void | appendFault(com.sun.jbi.wsdl2.InterfaceFault theFault) Append an item to faults that may occur executing operations of this
interface. |
public void | appendInterface(com.sun.jbi.wsdl2.Interface theInterface) Append an item to interfaces this interface subclasses, if any. |
public void | appendOperation(com.sun.jbi.wsdl2.InterfaceOperation theOperation) Append an item to operations defined by this interface only. |
static synchronized java.util.Map | getAttributeNameMap() Worker class method for
InterfaceImpl.getWsdlAttributeNameMap() . |
protected DescriptionImpl | getContainer() Get the container for this component. |
public com.sun.jbi.wsdl2.Interface[] | getExtendedInterfaces() Get the interfaces extended by this interface, including those extended by
this interface's super-interfaces. |
public com.sun.jbi.wsdl2.InterfaceOperation[] | getExtendedOperations() |
public com.sun.jbi.wsdl2.InterfaceFault | getFault(int index) Get faults that may occur executing operations of this interface by
indexed position. |
public int | getFaultsLength() Get the number of InterfaceFault items in faults. |
public com.sun.jbi.wsdl2.Interface | getInterface(int index) Get interfaces this interface subclasses, if any by indexed position. |
public int | getInterfacesLength() Get the number of Interface items in interfaces. |
public String | getName() Get local name of this interface component. |
public com.sun.jbi.wsdl2.InterfaceOperation | getOperation(int index) Get operations defined by this interface only, by indexed position.
Parameters: index - Indexed position value 0..length-1 Operations defined by this interface only. |
public int | getOperationsLength() Get the number of InterfaceOperation items in operations. |
public QName | getQName() Get the qualified name of this binding component. |
public java.net.URI[] | getStyleDefault() Get the default style for the message prop of operations contained in
this interface. |
public String | getTargetNamespace() Get the target namespace of this interface's. |
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.InterfaceFault | removeFault(int index) Remove faults that may occur executing operations of this interface by
index position. |
public com.sun.jbi.wsdl2.Interface | removeInterface(int index) Remove interfaces this interface subclasses, if any by index position. |
public com.sun.jbi.wsdl2.InterfaceOperation | removeOperation(int index) Remove operations defined by this interface only, by index position. |
public void | setFault(int index, com.sun.jbi.wsdl2.InterfaceFault theFault) Set faults that may occur executing operations of this interface by
indexed position. |
public void | setInterface(int index, com.sun.jbi.wsdl2.Interface theInterface) Set interfaces this interface subclasses, if any by indexed position. |
public void | setName(String theName) Set local name of this interface component. |
public void | setOperation(int index, com.sun.jbi.wsdl2.InterfaceOperation theOperation) Set operations defined by this interface only, by indexed position. |
public void | setStyleDefault(java.net.URI[] theStyleDefault) Set the default style for the message prop of operations contained
in this interface. |