You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Nikhil Thaker (JIRA)" <ji...@apache.org> on 2006/07/07 21:43:29 UTC

[jira] Created: (AXIS2-875) Proxy Implementation for JAXWS

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-875) JAXWS: Proxy Implementation for JAXWS

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-875?page=all ]
     
Rich Scheuerle resolved AXIS2-875:
----------------------------------

    Resolution: Fixed

(Visible to axis2-developers)


> JAXWS: 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
>     Assignee: Rich Scheuerle

>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org