BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.uddi.client.structures.response
Class ServiceDetail

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

public class ServiceDetail
extends ListResponse

ServiceDetail contains BusinessService structures when returned by get_serviceDetail

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
ServiceDetail()
          Class constructor.
 
Method Summary
 Vector getBusinessServiceVector()
          Gets the set of business services.
 void setBusinessServiceVector(Vector value)
          Sets the set of business services.
 
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

ServiceDetail

public ServiceDetail()
Class constructor.

Method Detail

getBusinessServiceVector

public Vector getBusinessServiceVector()
Gets the set of business services.

Returns:
the current set of business services.

setBusinessServiceVector

public void setBusinessServiceVector(Vector value)
Sets the set of business services.


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