com.ibm.twss.spm.admin.svc
Class GetServiceImplementationsResponse

java.lang.Object
  extended by com.ibm.twss.spm.admin.svc.GetServiceImplementationsResponse
All Implemented Interfaces:
java.io.Serializable

public class GetServiceImplementationsResponse
extends java.lang.Object
implements java.io.Serializable

Get service implementation response. Contains a list of registered service implementations for the supplied service name. The supplied name must correspond to an individual service. If the service has no registered service implementations, then an empty list will be returned.

Get service implementation response message type.

definitions

List of registered service implementation definitions for the specified service. May be an empty list if no service implementations have been registered.

See Also:
Serialized Form

Constructor Summary
GetServiceImplementationsResponse()
           
 
Method Summary
 ServiceImplDefinitionList getDefinitions()
           
 void setDefinitions(ServiceImplDefinitionList definitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServiceImplementationsResponse

public GetServiceImplementationsResponse()
Method Detail

getDefinitions

public ServiceImplDefinitionList getDefinitions()

setDefinitions

public void setDefinitions(ServiceImplDefinitionList definitions)


Copyright © IBM Corp. All Rights Reserved.