public interface Binding extends ExtensibleDocumentedComponent
| Modifier and Type | Method and Description |
|---|---|
BindingFault |
addNewBindingFault(InterfaceFault ref)
Create a new binding fault, appending it to this binding's faults
list.
|
BindingOperation |
addNewOperation()
Create a new operation, appending it to this binding's operations
list.
|
void |
appendFault(BindingFault theFault)
Append an item to faults bound by this binding definition.
|
void |
appendOperation(BindingOperation theOperation)
Append an item to named binding operations, if any.
|
BindingFault |
getFault(int index)
Get faults bound by this binding definition by indexed position.
|
int |
getFaultsLength()
Get the number of BindingFault items in faults.
|
Interface |
getInterface()
Get interface being bound by this binding definition, if any.
|
String |
getName()
Get local name of this binding component.
|
BindingOperation |
getOperation(int index)
Get named binding operations, if any by indexed position.
|
int |
getOperationsLength()
Get the number of BindingOperation items in operations.
|
QName |
getQName()
Get qualified name of this component.
|
String |
getTargetNamespace()
Get target namespace of this binding.
|
String |
getType()
Get URI indicating the type of this binding.
|
BindingFault |
removeFault(int index)
Remove faults bound by this binding definition by index position.
|
BindingOperation |
removeOperation(int index)
Remove named binding operations, if any by index position.
|
void |
setFault(int index,
BindingFault theFault)
Set faults bound by this binding definition by indexed position.
|
void |
setInterface(Interface theInterface)
Set interface being bound by this binding definition, if any.
|
void |
setName(String theName)
Set local name of this binding component.
|
void |
setOperation(int index,
BindingOperation theOperation)
Set named binding operations, if any by indexed position.
|
void |
setType(String theType)
Set URI indicating the type of this binding
|
DocumentFragment |
toXmlDocumentFragment()
Return this binding as a DOM document fragment.
|
String |
toXmlString()
Return this WSDL binding as an XML string.
|
getDocument, getDocument, getExtensions, getWsdlAttributeNameMap, setDocument, setDocument, setExtensionsString getTargetNamespace()
String getName()
void setName(String theName)
theName - Local name of this binding componentQName getQName()
Interface getInterface()
void setInterface(Interface theInterface)
theInterface - Interface being bound by this binding definition,
if anyint getFaultsLength()
BindingFault getFault(int index)
index - Indexed position value 0..length-1index position.void setFault(int index,
BindingFault theFault)
index - Indexed position value (0..length-1) of the item to settheFault - Item to add at position index.void appendFault(BindingFault theFault)
theFault - Item to append to faultsBindingFault removeFault(int index)
index - The index position of the fault to removeint getOperationsLength()
BindingOperation getOperation(int index)
index - Indexed position value 0..length-1index
position.void setOperation(int index,
BindingOperation theOperation)
index - Indexed position value (0..length-1) of the item to settheOperation - Item to add at position index.void appendOperation(BindingOperation theOperation)
theOperation - Item to append to operationsBindingOperation removeOperation(int index)
index - The index position of the operation to removeBindingOperation addNewOperation()
BindingFault addNewBindingFault(InterfaceFault ref)
ref - Interface fault to which the new binding fault adds binding
informationString getType()
void setType(String theType)
theType - URI indicating the type of this bindingString toXmlString()
DocumentFragment toXmlDocumentFragment()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.