IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc
Class WSDLService

java.lang.Object
  extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
      extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.LogicalObject
          extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.WSDLService

public class WSDLService
extends LogicalObject

Represents a WSDLService WSRR object


Constructor Summary
WSDLService()
           
 
Method Summary
 WSDLPort[] getPorts()
           
 WSDLPort getPorts(int i)
           
 void setPorts(int i, WSDLPort value)
           
 void setPorts(WSDLPort[] ports)
           
 
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.LogicalObject
getDocument, getExtensions, getExtensions, setDocument, setExtensions, setExtensions
 
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
getBsrURI, getClassificationURIs, getClassificationURIs, getCreationTimestamp, getDescription, getLastModified, getLastModifiedBy, getName, getNamespace, getOwner, getUserDefinedProperties, getUserDefinedProperties, getUserDefinedRelationships, getUserDefinedRelationships, getVersion, setBsrURI, setClassificationURIs, setClassificationURIs, setCreationTimestamp, setDescription, setLastModified, setLastModifiedBy, setName, setNamespace, setOwner, setUserDefinedProperties, setUserDefinedProperties, setUserDefinedRelationships, setUserDefinedRelationships, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLService

public WSDLService()
Method Detail

getPorts

public WSDLPort[] getPorts()

setPorts

public void setPorts(WSDLPort[] ports)

getPorts

public WSDLPort getPorts(int i)

setPorts

public void setPorts(int i,
                     WSDLPort value)

IBM WebSphere Application ServerTM
Release 8