Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


Uses of Interface
oracle.webservices.model.Port

Packages that use Port
oracle.webservices.mdds   
oracle.webservices.model This package contains the API for a generic model of a Webservice. 

 

Uses of Port in oracle.webservices.mdds

 

Methods in oracle.webservices.mdds with parameters of type Port
 void MddsErrorHandler.failedToModelPort(Port port, String reason, String detail)
           

 

Uses of Port in oracle.webservices.model

 

Methods in oracle.webservices.model that return Port
 Port Service.addPort(Port port)
          Creates and adds a child port using the information provided via the WSDL port.
 Port Service.addPort(String name)
          Creates and adds a child port having the given name.
 Port Operation.getPort()
          The parent port component for this operation component.
 Port Service.getPort(String name)
          Returns the child port with the given name.
 Port[] Service.getPorts()
          Gets an array of ports that are children of the service.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.