Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

oracle.j2ee.ws.client.wsdl
Interface PortType


public interface PortType

This interface represents a port type. It contains information about operations associated with this port type.


Method Summary
 org.w3c.dom.Element getDocumentationElement()
          Get the documentation element.
 Operation getOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName)
          Get the specified operation.
 java.util.List getOperations()
          Get all the operations defined here.
 org.apache.soap.util.xml.QName getQName()
          Get the name of this port type.

 

Method Detail

getQName

public org.apache.soap.util.xml.QName getQName()
Get the name of this port type.
Returns:
the port type name

getOperation

public Operation getOperation(java.lang.String name,
                              java.lang.String inputName,
                              java.lang.String outputName)
Get the specified operation. Note that operation names can be overloaded within a PortType. In case of overloading, the names of the input and output messages can be used to further refine the search.
Parameters:
name - the name of the desired operation.
inputName - the name of the input message; if this is null it will be ignored.
outputName - the name of the output message; if this is null it will be ignored.
Returns:
the corresponding operation, or null if there wasn't any matching operation

getOperations

public java.util.List getOperations()
Get all the operations defined here.

getDocumentationElement

public org.w3c.dom.Element getDocumentationElement()
Get the documentation element. This dependency on org.w3c.dom.Element should eventually be removed when a more appropriate way of representing this information is employed.
Returns:
the documentation element

Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

Copyright © 2002, 2003 Oracle Corporation. All Rights Reserved.