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

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

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

Get service response. Contains the service definition that corresponds to the specified service identifier.

Get service response message type.

definition

Service definition for the specified service identifier.

See Also:
Serialized Form

Constructor Summary
GetServiceResponse()
           
 
Method Summary
 ServiceDefinition getDefinition()
           
 void setDefinition(ServiceDefinition definition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServiceResponse

public GetServiceResponse()
Method Detail

getDefinition

public ServiceDefinition getDefinition()

setDefinition

public void setDefinition(ServiceDefinition definition)


Copyright © IBM Corp. All Rights Reserved.