org.jboss.webservice
Interface WebServiceClientDeployment

All Known Implementing Classes:
ServiceClientDeployer (src)

public interface WebServiceClientDeployment

Created by IntelliJ IDEA.

Since:
05-May-2004

Method Summary
 void setupServiceRefEnvironment(javax.naming.Context envCtx, java.util.Iterator serviceRefs, DeploymentInfo (src)  di)
          This binds a jaxrpc Service into the callers ENC for every service-ref element
 

Method Detail

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 to
serviceRefs - An iterator of the service-ref elements in the client deployment descriptor
di - The client's deployment info
Throws:
DeploymentException (src) - if it goes wrong