|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Uses of Operation in com.ibm.wsdl |
---|
Classes in com.ibm.wsdl that implement Operation | |
---|---|
class |
OperationImpl
This class represents a WSDL operation. |
Fields in com.ibm.wsdl declared as Operation | |
---|---|
protected Operation |
BindingOperationImpl.operation
|
Methods in com.ibm.wsdl that return Operation | |
---|---|
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. |
Methods in com.ibm.wsdl with parameters of type Operation | |
---|---|
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. |
Uses of Operation in com.ibm.wsdl.xml |
---|
Methods in com.ibm.wsdl.xml that return Operation | |
---|---|
protected Operation |
WSDLReaderImpl.parseOperation(org.w3c.dom.Element opEl,
PortType portType,
Definition def)
|
Uses of Operation in javax.wsdl |
---|
Methods in javax.wsdl that return Operation | |
---|---|
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. |
Methods in javax.wsdl with parameters of type Operation | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |