com.ibm.twss.spm.admin.common
Class ServiceImplDefinition
java.lang.Object
com.ibm.twss.spm.admin.common.ServiceImplDefinition
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceImplDefinition
- extends java.lang.Object
- implements java.io.Serializable
Definition of a service implementation. A service implementation
corresponds to an implementation of a Web Service interface that executes
the logic of the service. A given interface may have one or more service
implementations. If no service implementations are registered for a given
service, then that service will not be useable, as it has no concrete
realization.
service
Service name. This is the name of the service, or interface,
that is being implemented by this definition.
implName
Service implementation name.
enabled
Service implementation enabled (true) or disabled
(false).
description
Sevice implementation description.
ServicePolicyException
Fault data structure used for service policy manager faults.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceImplDefinition
public ServiceImplDefinition()
getService
public java.lang.String getService()
setService
public void setService(java.lang.String service)
getImplName
public java.lang.String getImplName()
setImplName
public void setImplName(java.lang.String implName)
getEnabled
public java.lang.Boolean getEnabled()
setEnabled
public void setEnabled(java.lang.Boolean enabled)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
Copyright © IBM Corp. All Rights Reserved.