org.glassfish.internal.api
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
 void run(org.jvnet.hk2.component.Habitat habitat, DeploymentContext context, String cp, boolean processServiceReferences)
           
 

Method Detail

run

void run(org.jvnet.hk2.component.Habitat habitat,
         DeploymentContext context,
         String cp,
         boolean processServiceReferences)
         throws Exception
Throws:
Exception


Copyright © 2012 GlassFish Community. All Rights Reserved.