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

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

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

Create service implementation request. Registers a back-end service implementation identifier for the specified service. A service must have at least one back-end service implementation in order to be subscribed to.

Create service implementation request message type.

definition

Service implementation definition.

See Also:
Serialized Form

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

Constructor Detail

CreateServiceImplementationRequest

public CreateServiceImplementationRequest()
Method Detail

getDefinition

public ServiceImplDefinition getDefinition()

setDefinition

public void setDefinition(ServiceImplDefinition definition)


Copyright © IBM Corp. All Rights Reserved.