Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
BindingOutputImpl
This class represents an output binding.
|
Modifier and Type | Field and Description |
---|---|
protected BindingOutput |
BindingOperationImpl.bindingOutput |
Modifier and Type | Method and Description |
---|---|
BindingOutput |
DefinitionImpl.createBindingOutput()
Create a new binding output.
|
BindingOutput |
BindingOperationImpl.getBindingOutput()
Get the output binding for this operation binding.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingOperationImpl.setBindingOutput(BindingOutput bindingOutput)
Set the output binding for this operation binding.
|
Modifier and Type | Method and Description |
---|---|
protected BindingOutput |
WSDLReaderImpl.parseBindingOutput(Element bindingOutputEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLWriterImpl.printBindingOutput(BindingOutput bindingOutput,
Definition def,
PrintWriter pw) |
Modifier and Type | Method and Description |
---|---|
BindingOutput |
Definition.createBindingOutput()
Create a new binding output.
|
BindingOutput |
BindingOperation.getBindingOutput()
Get the output binding for this operation binding.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingOperation.setBindingOutput(BindingOutput bindingOutput)
Set the output binding for this operation binding.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.