Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class | Description |
---|---|---|
class |
BindingOutputImpl |
This class represents an output binding.
|
Modifier and Type | Field | Description |
---|---|---|
protected BindingOutput |
BindingOperationImpl.bindingOutput |
Modifier and Type | Method | Description |
---|---|---|
BindingOutput |
DefinitionImpl.createBindingOutput() |
Create a new binding output.
|
BindingOutput |
BindingOperationImpl.getBindingOutput() |
Get the output binding for this operation binding.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BindingOperationImpl.setBindingOutput(BindingOutput bindingOutput) |
Set the output binding for this operation binding.
|
Modifier and Type | Method | Description |
---|---|---|
protected BindingOutput |
WSDLReaderImpl.parseBindingOutput(org.w3c.dom.Element bindingOutputEl,
Definition def) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
WSDLWriterImpl.printBindingOutput(BindingOutput bindingOutput,
Definition def,
java.io.PrintWriter pw) |
Modifier and Type | Method | Description |
---|---|---|
BindingOutput |
Definition.createBindingOutput() |
Create a new binding output.
|
BindingOutput |
BindingOperation.getBindingOutput() |
Get the output binding for this operation binding.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BindingOperation.setBindingOutput(BindingOutput bindingOutput) |
Set the output binding for this operation binding.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.