org.jboss.webservice
Interface WebServiceClientDeployment
- All Known Implementing Classes:
- ServiceClientDeployer (src)
- public interface WebServiceClientDeployment
Created by IntelliJ IDEA.
- Since:
- 05-May-2004
setupServiceRefEnvironment
public void setupServiceRefEnvironment(javax.naming.Context envCtx,
java.util.Iterator serviceRefs,
DeploymentInfo (src) di)
throws DeploymentException (src)
- This binds a jaxrpc Service into the callers ENC for every service-ref element
- Parameters:
envCtx
- ENC to bind the javax.rpc.xml.Service object toserviceRefs
- An iterator of the service-ref elements in the client deployment descriptordi
- The client's deployment info
- Throws:
DeploymentException (src)
- if it goes wrong