Uses of Interface javax.wsdl.Operation

Uses in package com.ibm.wsdl

Classes implementing javax.wsdl.Operation

class
This class represents a WSDL operation.

Fields of type javax.wsdl.Operation

Operation

Methods with parameter type javax.wsdl.Operation

void
Add an operation to this port type.
void
Set the operation that this operation binding binds.

Methods with return type javax.wsdl.Operation

Operation
Create a new operation.
Operation
Get the operation that this operation binding binds.
Operation
PortTypeImpl.getOperation(String name, String inputName, String outputName)
Get the specified operation.

Uses in package com.ibm.wsdl.xml

Methods with return type javax.wsdl.Operation

Operation
WSDLReaderImpl.parseOperation(Element opEl, PortType portType, Definition def)

Uses in package javax.wsdl

Methods with parameter type javax.wsdl.Operation

void
Add an operation to this port type.
void
Set the operation that this operation binding binds.

Methods with return type javax.wsdl.Operation

Operation
Create a new operation.
Operation
Get the operation that this operation binding binds.
Operation
PortType.getOperation(String name, String inputName, String outputName)
Get the specified operation.

Copyright B) 2003,2005 IBM. All Rights Reserved.