org.apache.tuscany.sca.contribution.namespace
Interface NamespaceExport

All Superinterfaces:
Export
All Known Implementing Classes:
NamespaceExportImpl

public interface NamespaceExport
extends Export

The representation of an XML namespace export.


Method Summary
 java.lang.String getNamespace()
          Get Namespace that identifies the export
 void setNamespace(java.lang.String namespace)
          Set Namespace that identifies the export
 
Methods inherited from interface org.apache.tuscany.sca.contribution.Export
getModelResolver, setModelResolver
 

Method Detail

getNamespace

java.lang.String getNamespace()
Get Namespace that identifies the export

Returns:
The exported namespace

setNamespace

void setNamespace(java.lang.String namespace)
Set Namespace that identifies the export

Parameters:
namespace - The exported namespace