Interface Deployment

  • All Superinterfaces:
    Extensible
    All Known Subinterfaces:
    ArchiveDeployment

    public interface Deployment
    extends Extensible
    A general web service deployment.
    Author:
    Thomas.Diesler@jboss.com
    • Method Detail

      • getSimpleName

        String getSimpleName()
        Get the identifier for this deployment
        Returns:
        deployment identifier
      • getClassLoader

        ClassLoader getClassLoader()
        Get the class loader for this deployment
        Returns:
        class loader for the deployment
      • getService

        Service getService()
        Get the service associated with this deployment
        Returns:
        service for the deployment