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

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

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

Get service implementation request. Specifies the name of the service whose list of registered service implementations to fetch. The supplied service name must correspond to an individual service.

Get service implementation request message type.

service

Service name. Must be an individual service.

See Also:
Serialized Form

Constructor Summary
GetServiceImplementationsRequest()
           
 
Method Summary
 java.lang.String getService()
           
 void setService(java.lang.String service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServiceImplementationsRequest

public GetServiceImplementationsRequest()
Method Detail

getService

public java.lang.String getService()

setService

public void setService(java.lang.String service)


Copyright © IBM Corp. All Rights Reserved.