org.codehaus.enunciate.modules
Interface SpecProviderModule

All Known Implementing Classes:
CXFDeploymentModule, JAXWSRIDeploymentModule, JBossDeploymentModule, JerseyDeploymentModule

public interface SpecProviderModule

Interface for deployment modules that are providers for a spec.

Author:
Ryan Heaton

Method Summary
 boolean isJaxrsProvider()
          Whether this module is a JAX-RS provider module.
 boolean isJaxwsProvider()
          Whether this module is a JAX-WS provider module.
 

Method Detail

isJaxwsProvider

boolean isJaxwsProvider()
Whether this module is a JAX-WS provider module.

Returns:
Whether this module is a JAX-WS provider module.

isJaxrsProvider

boolean isJaxrsProvider()
Whether this module is a JAX-RS provider module.

Returns:
Whether this module is a JAX-RS provider module.