com.ibm.uddi.promoter.config
Class TransformConfiguration

java.lang.Object
  |
  +--com.ibm.uddi.promoter.config.TransformConfiguration

public class TransformConfiguration
extends java.lang.Object

Configuration class for serializers and deserializers

Author:
IBM

Field Summary
static java.lang.String java_copyright
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
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()