|
Bus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.externalbus.core.ExternalService
public class ExternalService
Handle the class ExternalService defined by :
"id", "name", "class", "typeId", "paramInId", "paramOutId"
Constructor Summary | |
---|---|
ExternalService(java.lang.String serviceId,
java.lang.String serviceName,
IExternalService externalServiceClass,
java.lang.String idType,
java.util.Set<java.lang.String> idParameterIn,
java.lang.String idParameterOut)
Constructor |
|
ExternalService(java.lang.String serviceId,
java.lang.String serviceName,
java.lang.String serviceClassName,
IExternalService externalServiceClass)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns service class name of this service |
IExternalService |
getClazz()
Returns external service class of this service |
java.lang.String |
getId()
Returns service id of this service |
java.util.Set<java.lang.String> |
getIdParameterIn()
Returns service input parameter ids of this service |
java.lang.String |
getIdParameterOut()
Returns service output parameter id of this service |
java.lang.String |
getIdType()
Returns service type id of this service |
java.lang.String |
getName()
Returns service name of this service |
void |
setParamInId(java.lang.String idParamIn)
Set input ExternalParameter id of this Service. |
void |
setParamOutId(java.lang.String idParamOut)
Set output ExternalParameter id of this Service |
void |
setTypeId(java.lang.String idType)
Set type id of this Service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalService(java.lang.String serviceId, java.lang.String serviceName, java.lang.String serviceClassName, IExternalService externalServiceClass)
serviceId
- : String of the service idserviceName
- : String of the service nameserviceClassName
- : String of the service class nameexternalServiceClass
- : IExternalService of the classpublic ExternalService(java.lang.String serviceId, java.lang.String serviceName, IExternalService externalServiceClass, java.lang.String idType, java.util.Set<java.lang.String> idParameterIn, java.lang.String idParameterOut)
serviceId
- : String of the service idserviceName
- : String of the service nameexternalServiceClass
- : IExternalService of the classidType
- : String of the type ididParameterIn
- : set (of String) of parameter input idIdParameterOut
- : parameter output idMethod Detail |
---|
public void setTypeId(java.lang.String idType)
idType
- : Type idpublic void setParamOutId(java.lang.String idParamOut)
idParamOut
- : output ExternalParameter idpublic void setParamInId(java.lang.String idParamIn)
idParamIn
- : output ExternalParameter idpublic java.lang.String getId()
public java.lang.String getName()
public java.lang.String getClassName()
public IExternalService getClazz()
public java.lang.String getIdType()
public java.lang.String getIdParameterOut()
public java.util.Set<java.lang.String> getIdParameterIn()
|
Bus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.