1 7 package org.jboss.webservice; 8 9 11 import org.jboss.deployment.DeploymentException; 12 import org.jboss.deployment.DeploymentInfo; 13 import org.jboss.mx.util.ObjectNameFactory; 14 15 import javax.naming.Context ; 16 import javax.management.ObjectName ; 17 import java.util.Iterator ; 18 19 25 public interface WebServiceClientDeployment 26 { 27 35 void setupServiceRefEnvironment(Context envCtx, Iterator serviceRefs, DeploymentInfo di) throws DeploymentException; 36 } 37 | Popular Tags |