[jbossws-issues] [JBoss JIRA] Commented: (JBWS-1842) JAXB based ServiceRef meta data

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Oct 9 10:13:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBWS-1842?page=comments#action_12381176 ] 
            
Thomas Diesler commented on JBWS-1842:
--------------------------------------

What exactly needs to be done here?

I can find the above mentioned class in https://svn.jboss.org/repos/jbossas/projects/metadata/trunk
but it is not clear to me who the producer and consumer of instances for the metadata object is.

Is it correct to assume that somehow an instance of ServiceReferenceMetaData will be available through the DeploymentUnit and that

[code]
public interface ServiceRefHandler
{
   final String BEAN_NAME = "WSServiceRefHandler";
   
   enum Type {JAXRPC, JAXWS};

   ServiceRefMetaData newServiceRefMetaData();

   Object newChild(ServiceRefElement ref, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs);

   void setValue(ServiceRefElement ref, UnmarshallingContext navigator, String namespaceURI, String localName, String value);
   
   void bindServiceRef(Context encCtx, String encName, UnifiedVirtualFile vfsRoot, ClassLoader loader, ServiceRefMetaData sref) throws NamingException;
}
[/code]

needs to be extended to consume instances of ServiceReferenceMetaData?


> JAXB based ServiceRef meta data
> -------------------------------
>
>                 Key: JBWS-1842
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1842
>             Project: JBoss Web Services
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-jaxrpc, jbossws-jaxws
>            Reporter: Thomas Diesler
>         Assigned To: Thomas Diesler
>             Fix For:  jbossws-2.0.3
>
>
> It looks like the only integration point for creation of a ObjectModelFactory based impl that hands off to a ServiceRefHandler impl from the ws spi. Can we get the ws spi to provide a jaxb annotated element ala this from the metadata project instead?

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

        



More information about the jbossws-issues mailing list