public class DestinationPropertyValue
extends java.lang.Object
Title: Open Service Framework
Description: Holding class for the definition of a Transport Destination.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
DestinationPropertyValue(java.lang.String destName) |
DestinationPropertyValue(java.lang.String destName,
java.lang.String semanticType,
java.lang.String factoryType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestinationName() |
java.lang.String |
getDestinationType() |
java.lang.String |
getFactoryType() |
void |
setDestinationName(java.lang.String destName) |
void |
setDestinationType(java.lang.String semanticType) |
void |
setFactoryType(java.lang.String factoryType) |
java.lang.String |
toString() |
public DestinationPropertyValue(java.lang.String destName)
public DestinationPropertyValue(java.lang.String destName, java.lang.String semanticType, java.lang.String factoryType) throws ServiceConfigurationException
ServiceConfigurationException
public void setDestinationName(java.lang.String destName) throws ServiceConfigurationException
ServiceConfigurationException
public java.lang.String getDestinationName()
public void setDestinationType(java.lang.String semanticType) throws ServiceConfigurationException
ServiceConfigurationException
public java.lang.String getDestinationType()
public void setFactoryType(java.lang.String factoryType)
public java.lang.String getFactoryType()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.