org.apache.ws.resource.properties
Interface NamespaceVersionHolder

All Known Implementing Classes:
NamespaceVersionHolderImpl, NamespaceVersionHolderImpl

public interface NamespaceVersionHolder

Interface used for maintaining a set of versions of namespaces for a given collection of specifications. The point to this interface is as each draft of the WSRF specifications come out, we can have an impl which will point us to all the correct namespaces for use in polymorphic-versionless class....

Author:
Sal Campana

Method Summary
 java.lang.String getAddressingNamespace()
           
 java.lang.String getBaseFaultsXsdNamespace()
           
 java.lang.String getLifetimeXsdNamespace()
           
 java.lang.String getMetadataExchangeNamespace()
           
 java.lang.String getPropertiesXsdNamespace()
           
 java.lang.String getServiceGroupsXsdNamespace()
           
 

Method Detail

getPropertiesXsdNamespace

public java.lang.String getPropertiesXsdNamespace()

getLifetimeXsdNamespace

public java.lang.String getLifetimeXsdNamespace()

getBaseFaultsXsdNamespace

public java.lang.String getBaseFaultsXsdNamespace()

getAddressingNamespace

public java.lang.String getAddressingNamespace()

getServiceGroupsXsdNamespace

public java.lang.String getServiceGroupsXsdNamespace()

getMetadataExchangeNamespace

public java.lang.String getMetadataExchangeNamespace()


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.