I wanted to expose a class as a service that can has operations which take in 
XMLStreamReader. This is more for migrating Xfire service/classes.

 public class AXMLStreamBasedService {
            
      public XMLStreamReader operationOne (XMLStreamReader request) {
            //TODO
            return null;
      }

      public XMLStreamReader operationTwo (XmlStreamReader request) {
            //TODO
            return null;        
      }



 }


-----Original Message-----
From: Benson Margulies [mailto:[email protected]]
Sent: Thu 12/11/2008 7:21 PM
To: [email protected]
Subject: Re: CXF Service using XMLStreamReader as input and output
 
I don't understand what you are trying to do. An 'exposed' service is
exposed via HTTP, or some other network protocol. Can you provide a
more detailed view of the gazintas and the gazoutas?

On Thu, Dec 11, 2008 at 6:14 PM, Rao, Sameer V <[email protected]> wrote:
>
>  Hi,
>
> I am not able to find documentation/sample that illustrates how to
> expose a service (Java First approach) that takes in XMLStreamReader as
> input and return XMLSTreamReader?
>
> Is there any sample?
>
>
> Thanks,
> Sam
>




-----Original Message-----
From: Benson Margulies [mailto:[email protected]]
Sent: Thu 12/11/2008 7:21 PM
To: [email protected]
Subject: Re: CXF Service using XMLStreamReader as input and output
 
I don't understand what you are trying to do. An 'exposed' service is
exposed via HTTP, or some other network protocol. Can you provide a
more detailed view of the gazintas and the gazoutas?

On Thu, Dec 11, 2008 at 6:14 PM, Rao, Sameer V <[email protected]> wrote:
>
>  Hi,
>
> I am not able to find documentation/sample that illustrates how to
> expose a service (Java First approach) that takes in XMLStreamReader as
> input and return XMLSTreamReader?
>
> Is there any sample?
>
>
> Thanks,
> Sam
>

Reply via email to