org.jboss.webservice
Class WebServiceClientHandler

java.lang.Object
  extended byorg.jboss.webservice.WebServiceClientHandler

public class WebServiceClientHandler
extends java.lang.Object

Created by IntelliJ IDEA.

Since:
05-May-2004

Constructor Summary
WebServiceClientHandler()
           
 
Method Summary
static 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceClientHandler

public WebServiceClientHandler()
Method Detail

setupServiceRefEnvironment

public static 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