Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
BindingInputImpl
This class represents an input binding.
|
Modifier and Type | Field and Description |
---|---|
protected BindingInput |
BindingOperationImpl.bindingInput |
Modifier and Type | Method and Description |
---|---|
BindingInput |
DefinitionImpl.createBindingInput()
Create a new binding input.
|
BindingInput |
BindingOperationImpl.getBindingInput()
Get the input binding for this operation binding.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingOperationImpl.setBindingInput(BindingInput bindingInput)
Set the input binding for this operation binding.
|
Modifier and Type | Method and Description |
---|---|
protected BindingInput |
WSDLReaderImpl.parseBindingInput(Element bindingInputEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLWriterImpl.printBindingInput(BindingInput bindingInput,
Definition def,
PrintWriter pw) |
Modifier and Type | Method and Description |
---|---|
BindingInput |
Definition.createBindingInput()
Create a new binding input.
|
BindingInput |
BindingOperation.getBindingInput()
Get the input binding for this operation binding.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingOperation.setBindingInput(BindingInput bindingInput)
Set the input binding for this operation binding.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.