oracle.wsdl.internal
Interface PortType
- All Superinterfaces:
- Documentable, Namable, java.io.Serializable, WSDLElement
- public interface PortType
- extends WSDLElement, Namable, Documentable
PortType represents WSDL portType definition.
getOperations
public java.util.Map getOperations()
- Get all operations
- Returns:
- a map from name of operation to Operation object
getOperation
public Operation getOperation(java.lang.String name)
- Get the operation with the specified name
- Parameters:
name
- the name of operation- Returns:
- operation; return null if not exist.
addOperation
public void addOperation(Operation op)
- Add an operation
- Parameters:
op
- operation to add
Copyright © 2001 Oracle SOAP. All Rights Reserved.