Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
OperationImpl
This class represents a WSDL operation.
|
Modifier and Type | Field and Description |
---|---|
protected Operation |
BindingOperationImpl.operation |
Modifier and Type | Method and Description |
---|---|
Operation |
DefinitionImpl.createOperation()
Create a new operation.
|
Operation |
BindingOperationImpl.getOperation()
Get the operation that this operation binding binds.
|
Operation |
PortTypeImpl.getOperation(String name,
String inputName,
String outputName)
Get the specified operation.
|
Operation |
PortTypeImpl.removeOperation(String name,
String inputName,
String outputName)
Remove the specified operation.
|
Modifier and Type | Method and Description |
---|---|
void |
PortTypeImpl.addOperation(Operation operation)
Add an operation to this port type.
|
void |
BindingOperationImpl.setOperation(Operation operation)
Set the operation that this operation binding binds.
|
Modifier and Type | Method and Description |
---|---|
protected Operation |
WSDLReaderImpl.parseOperation(Element opEl,
PortType portType,
Definition def) |
Modifier and Type | Method and Description |
---|---|
Operation |
Definition.createOperation()
Create a new operation.
|
Operation |
BindingOperation.getOperation()
Get the operation that this operation binding binds.
|
Operation |
PortType.getOperation(String name,
String inputName,
String outputName)
Get the specified operation.
|
Operation |
PortType.removeOperation(String name,
String inputName,
String outputName)
Remove the specified operation.
|
Modifier and Type | Method and Description |
---|---|
void |
PortType.addOperation(Operation operation)
Add an operation to this port type.
|
void |
BindingOperation.setOperation(Operation operation)
Set the operation that this operation binding binds.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.