RE: accessing the TypeMappingRegistry in a JAXRPC implemenation

2003-07-28 Thread Mark D. Hansen
day, July 26, 2003 4:17 PM > To: [EMAIL PROTECTED] > Subject: Re: accessing the TypeMappingRegistry in a JAXRPC > implemenation > > > > Actually, I think the empty interfaces are not the problem. > It seems to > me that they are just marker interfaces for subclassing w

Re: accessing the TypeMappingRegistry in a JAXRPC implemenation

2003-07-26 Thread Robert Lowe
ttp://jcp.org/en/jsr/detail?id=224 - Rob > -Original Message- > From: Robert Lowe [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 26, 2003 3:22 PM > To: [EMAIL PROTECTED] > Subject: Re: accessing the TypeMappingRegistry in a JAXRPC > implemenation > > > JAX-R

RE: accessing the TypeMappingRegistry in a JAXRPC implemenation

2003-07-26 Thread Mark D. Hansen
> Sent: Saturday, July 26, 2003 3:22 PM > To: [EMAIL PROTECTED] > Subject: Re: accessing the TypeMappingRegistry in a JAXRPC > implemenation > > > JAX-RPC 1.0/1.1 defines Serializer and Deserializer > interfaces. However, > both are empty except for a getMechanismType() met

Re: accessing the TypeMappingRegistry in a JAXRPC implemenation

2003-07-26 Thread Robert Lowe
nne Thomas Manes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 26, 2003 8:50 PM Subject: Re: accessing the TypeMappingRegistry in a JAXRPC implemenation > Mark, > > I don't believe that the JAX-RPC spec defines a standard way to do custom > [de

Re: accessing the TypeMappingRegistry in a JAXRPC implemenation

2003-07-26 Thread Anne Thomas Manes
mentations that use their own classes. Anne - Original Message - From: "Mark D. Hansen" <[EMAIL PROTECTED]> To: "AXIS Users (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 11:13 PM Subject: accessing the TypeMappingRegistry in a JAXRPC implemenat

accessing the TypeMappingRegistry in a JAXRPC implemenation

2003-07-25 Thread Mark D. Hansen
July 25, 2003 6:37 PM > To: [EMAIL PROTECTED] > Subject: accessing the TypeMappingRegistry in a JAXRPC implemenation > > > I am looking for a way to do custom > serialization/deserialization that will run on any JAXRPC > runtime implementation in a Servlet container. Is thi