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

Class WSDLService

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
  3. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.LogicalObject
  4. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.WSDLService

  1. public class WSDLService
  2. extends LogicalObject
Represents a WSDLService WSRR object

Constructor Summary

Constructor and Description
WSDLService()

Method Summary

Modifier and Type Method and Description
  1. WSDLPort[]
getPorts()
  1. WSDLPort
getPorts(int i)
  1. void
setPorts(int i,WSDLPort value)
  1. 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

  1. public WSDLService()

Method Detail

getPorts

  1. public WSDLPort[] getPorts()

setPorts

  1. public void setPorts(WSDLPort[] ports)

getPorts

  1. public WSDLPort getPorts(int i)

setPorts

  1. public void setPorts(int i,
  2. WSDLPort value)