Interface JAXRPCCodeGenFacade


  • @Contract
    public interface JAXRPCCodeGenFacade
    This interface acts as a facade for generating all non portable jax-rpc artifacts for a single .ear or standalone module It will be used for webservice clients
    Author:
    Bhakti Mehta
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void run​(org.glassfish.hk2.api.ServiceLocator habitat, org.glassfish.api.deployment.DeploymentContext context, String cp, boolean processServiceReferences)  
    • Method Detail

      • run

        void run​(org.glassfish.hk2.api.ServiceLocator habitat,
                 org.glassfish.api.deployment.DeploymentContext context,
                 String cp,
                 boolean processServiceReferences)
          throws Exception
        Throws:
        Exception