com.ibm.uddi.promoter.config
Class TransformConfiguration

java.lang.Object
  extended by com.ibm.uddi.promoter.config.TransformConfiguration

public class TransformConfiguration
extends java.lang.Object

Configuration class for serializers and deserializers.


Constructor Summary
TransformConfiguration()
           
 
Method Summary
 java.lang.String getNamespacePrefix()
          Returns the namespace prefix used in the generation of the entity definition file.
 java.lang.String getUddiEntityDefinitionFile()
          Returns the entity definition file path and name.
 void setNamespacePrefix(java.lang.String namespacePrefix)
          Sets the namespace prefix used in the generation of the entity definition file.
 void setUddiEntityDefinitionFile(java.lang.String uddiEntityDefinitionFile)
          Sets the entity definition file path and name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformConfiguration

public TransformConfiguration()
Method Detail

getNamespacePrefix

public java.lang.String getNamespacePrefix()
Returns the namespace prefix used in the generation of the entity definition file.

Returns:
String

getUddiEntityDefinitionFile

public java.lang.String getUddiEntityDefinitionFile()
Returns the entity definition file path and name.

Returns:
String

setNamespacePrefix

public void setNamespacePrefix(java.lang.String namespacePrefix)
Sets the namespace prefix used in the generation of the entity definition file.

Parameters:
namespacePrefix -

setUddiEntityDefinitionFile

public void setUddiEntityDefinitionFile(java.lang.String uddiEntityDefinitionFile)
Sets the entity definition file path and name.

Parameters:
uddiEntityDefinitionFile -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()