Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
BindingOperationImpl
This class represents a WSDL operation binding.
|
Modifier and Type | Method and Description |
---|---|
BindingOperation |
DefinitionImpl.createBindingOperation()
Create a new binding operation.
|
BindingOperation |
BindingImpl.getBindingOperation(String name,
String inputName,
String outputName)
Get the specified operation binding.
|
BindingOperation |
BindingImpl.removeBindingOperation(String name,
String inputName,
String outputName)
Remove the specified operation binding.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingImpl.addBindingOperation(BindingOperation bindingOperation)
Add an operation binding to binding.
|
Modifier and Type | Method and Description |
---|---|
protected BindingOperation |
WSDLReaderImpl.parseBindingOperation(Element bindingOperationEl,
PortType portType,
Definition def) |
Modifier and Type | Method and Description |
---|---|
BindingOperation |
Definition.createBindingOperation()
Create a new binding operation.
|
BindingOperation |
Binding.getBindingOperation(String name,
String inputName,
String outputName)
Get the specified operation binding.
|
BindingOperation |
Binding.removeBindingOperation(String name,
String inputName,
String outputName)
Remove the specified operation binding.
|
Modifier and Type | Method and Description |
---|---|
void |
Binding.addBindingOperation(BindingOperation bindingOperation)
Add an operation binding to binding.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.