BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.response
Class ServiceList

java.lang.Object
  extended byweblogic.uddi.client.structures.response.Response
      extended byweblogic.uddi.client.structures.response.ListResponse
          extended byweblogic.uddi.client.structures.response.ServiceList

public class ServiceList
extends ListResponse

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.response.ListResponse
truncated
 
Fields inherited from class weblogic.uddi.client.structures.response.Response
generic, operator
 
Constructor Summary
ServiceList()
          Class constructor.
 
Method Summary
 ServiceInfos getServiceInfos()
          Gets the service infos.
 void setServiceInfos(ServiceInfos value)
          Sets the service infos.
 
Methods inherited from class weblogic.uddi.client.structures.response.ListResponse
isTruncated, setTruncated
 
Methods inherited from class weblogic.uddi.client.structures.response.Response
getGeneric, getOperator, setGeneric, setOperator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceList

public ServiceList()
Class constructor.

Method Detail

getServiceInfos

public ServiceInfos getServiceInfos()
Gets the service infos.

Returns:
the current service infos.

setServiceInfos

public void setServiceInfos(ServiceInfos value)
Sets the service infos.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.