Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class | Description |
---|---|---|
class |
BindingOperationImpl |
This class represents a WSDL operation binding.
|
Modifier and Type | Method | Description |
---|---|---|
BindingOperation |
DefinitionImpl.createBindingOperation() |
Create a new binding operation.
|
BindingOperation |
BindingImpl.getBindingOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName) |
Get the specified operation binding.
|
BindingOperation |
BindingImpl.removeBindingOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName) |
Remove the specified operation binding.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BindingImpl.addBindingOperation(BindingOperation bindingOperation) |
Add an operation binding to binding.
|
Modifier and Type | Method | Description |
---|---|---|
protected BindingOperation |
WSDLReaderImpl.parseBindingOperation(org.w3c.dom.Element bindingOperationEl,
PortType portType,
Definition def) |
Modifier and Type | Method | Description |
---|---|---|
BindingOperation |
Definition.createBindingOperation() |
Create a new binding operation.
|
BindingOperation |
Binding.getBindingOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName) |
Get the specified operation binding.
|
BindingOperation |
Binding.removeBindingOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName) |
Remove the specified operation binding.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Binding.addBindingOperation(BindingOperation bindingOperation) |
Add an operation binding to binding.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.