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(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName)
Get the specified operation.
|
Operation |
PortTypeImpl.removeOperation(java.lang.String name,
java.lang.String inputName,
java.lang.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(org.w3c.dom.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(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName)
Get the specified operation.
|
Operation |
PortType.removeOperation(java.lang.String name,
java.lang.String inputName,
java.lang.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 ? 2003, 2013 IBM. All Rights Reserved.