org.apache.wsif.providers.jca.toolplugin
Class PortTypeArray
java.lang.Object
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
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 |
PortTypeArray
public PortTypeArray()
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.
Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.