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

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

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

Find matching services response. Contains a list of service definitions matching the supplied criteria. May be an empty list if no service definitions match the criteria.

Find matching services response message type.

definitions

List of service definitions that match the supplied criteria. May be an empty list if no service definitions match.

See Also:
Serialized Form

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

Constructor Detail

FindMatchingServicesResponse

public FindMatchingServicesResponse()
Method Detail

getDefinitions

public ServiceDefinitionList getDefinitions()

setDefinitions

public void setDefinitions(ServiceDefinitionList definitions)


Copyright © IBM Corp. All Rights Reserved.