public class ServiceParam extends Object
ServiceClient to create a SOFA service.| Constructor and Description |
|---|
ServiceParam() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBindingParam(BindingParam bindingParam)
Add a
BindingParam to the existing BindingParam list of the SOFA service to be created. |
List<BindingParam> |
getBindingParams()
Get the
BindingParam list of the SOFA service to be created. |
Object |
getInstance()
Get the instance of the SOFA service to be created.
|
Class<?> |
getInterfaceType()
Get the interface type of the SOFA service to be created.
|
String |
getUniqueId()
Get the unique id of the SOFA service to be created.
|
void |
setBindingParams(List<BindingParam> bindingParams)
Set the
BindingParam list of the SOFA service to be created. |
void |
setInstance(Object instance)
Set the instance of the SOFA service to be created.
|
void |
setInterfaceType(Class<?> interfaceType)
Set the interface type of the SOFA service to be created.
|
void |
setUniqueId(String uniqueId)
Set the unique id of the SOFA service to be created.
|
public String getUniqueId()
public void setUniqueId(String uniqueId)
uniqueId - The unique id of the SOFA service to be created.public Class<?> getInterfaceType()
public void setInterfaceType(Class<?> interfaceType)
interfaceType - The interface type of the SOFA service to be created.public Object getInstance()
public void setInstance(Object instance)
instance - The instance of the SOFA service to be created.public List<BindingParam> getBindingParams()
BindingParam list of the SOFA service to be created.BindingParam list of the SOFA service to be created.public void setBindingParams(List<BindingParam> bindingParams)
BindingParam list of the SOFA service to be created.bindingParams - The BindingParam list of the SOFA service to be created.public void addBindingParam(BindingParam bindingParam)
BindingParam to the existing BindingParam list of the SOFA service to be created.bindingParam - The BindingParam to add.Copyright © 2021. All rights reserved.