Proxy Implementation for JAXWS
------------------------------

         Key: AXIS2-875
         URL: http://issues.apache.org/jira/browse/AXIS2-875
     Project: Apache Axis 2.0 (Axis2)
        Type: New Feature

  Components: jaxws  
    Reporter: Nikhil Thaker


This will be a new Feature for JAXWS component, Proxy is a low level JAXWS 
client api that provides access to service endpoint interfaces at runtime 
without static generation of stub class. The java.lang.reflect.Proxy api from 
JDK will be used to implement the dynamic proxy functionality.

A Proxy is created using getPort method of Service instance. The getPort 
returns a proxy implementation for specific Service Endpoint Interface to the 
client. Proxy Creation will fail if the SEI provided by the client does not 
conform to the WSDL to java mapping rules of jaxws specification. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to