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.


Method Summary
 void addOperation(Operation op)
          Add an operation
 Operation getOperation(java.lang.String name)
          Get the operation with the specified name
 java.util.Map getOperations()
          Get all operations
 
Methods inherited from interface oracle.wsdl.internal.WSDLElement
getOwnerDefinitions, getParent, serialize
 
Methods inherited from interface oracle.wsdl.internal.Namable
getName, setName
 
Methods inherited from interface oracle.wsdl.internal.Documentable
getDocumentation, setDocumentation
 

Method Detail

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.