| Package | Description |
|---|---|
| com.ibm.wsdl | |
| com.ibm.wsdl.xml | |
| javax.wsdl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BindingInputImpl |
This class represents an input binding.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected BindingInput |
BindingOperationImpl.bindingInput |
| Modifier and Type | Method | Description |
|---|---|---|
BindingInput |
DefinitionImpl.createBindingInput() |
Create a new binding input.
|
BindingInput |
BindingOperationImpl.getBindingInput() |
Get the input binding for this operation binding.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BindingOperationImpl.setBindingInput(BindingInput bindingInput) |
Set the input binding for this operation binding.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected BindingInput |
WSDLReaderImpl.parseBindingInput(org.w3c.dom.Element bindingInputEl,
Definition def) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
WSDLWriterImpl.printBindingInput(BindingInput bindingInput,
Definition def,
java.io.PrintWriter pw) |
| Modifier and Type | Method | Description |
|---|---|---|
BindingInput |
Definition.createBindingInput() |
Create a new binding input.
|
BindingInput |
BindingOperation.getBindingInput() |
Get the input binding for this operation binding.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BindingOperation.setBindingInput(BindingInput bindingInput) |
Set the input binding for this operation binding.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.