org.apache.wsif.providers.jca.toolplugin
Class PortTypeArray

java.lang.Object
  extended by org.apache.wsif.providers.jca.toolplugin.PortTypeArray
All Implemented Interfaces:
java.io.Serializable

public class PortTypeArray
extends java.lang.Object
implements java.io.Serializable

The PortTypeArray is the return type, provided by the EIS, in response to the getPortTypes operation of the Import Service. It represents the set of WSDL PortTypes that are available in response to the query string passed into the getPortTypes operation.

Author:
Hesham Fahmy , Piotr Przybylski
See Also:
Serialized Form

Constructor Summary
PortTypeArray()
           
 
Method Summary
 javax.wsdl.PortType[] getPortTypes()
          Returns the array of WSDL PortTypes.
 void setPortTypes(javax.wsdl.PortType[] portTypes)
          Returns the array of WSDL PortTypes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortTypeArray

public PortTypeArray()
Method Detail

getPortTypes

public javax.wsdl.PortType[] getPortTypes()
Returns the array of WSDL PortTypes.

Returns:
PortType[]

setPortTypes

public void setPortTypes(javax.wsdl.PortType[] portTypes)
Returns the array of WSDL PortTypes.

Parameters:
portTypes - The array of WSDL PortTypes to set


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.