Uses of Class
org.codehaus.activesoap.MessageExchange

Packages that use MessageExchange
org.codehaus.activesoap The core API and classes for the SOAP stack 
org.codehaus.activesoap.handler Default Handler implementations for processing individual SOAP headers or the body using various XML APIs like SAX or XML binding technologies like XMLBeans 
org.codehaus.activesoap.handler.stax Handler implementation and related classes for using pure StAX 
org.codehaus.activesoap.handler.xmlbeans Handler implementation and related classes for processing REST and web services using XMLBeans 
org.codehaus.activesoap.handler.xstream Handler implementation and related classes for processing REST and web services using XStream 
org.codehaus.activesoap.policy.addressing   
org.codehaus.activesoap.policy.addressing.handler   
org.codehaus.activesoap.wsif A WSIF provider for ActiveSOAP 
 

Uses of MessageExchange in org.codehaus.activesoap
 

Methods in org.codehaus.activesoap that return MessageExchange
 MessageExchange RestService.createMessageExchange(XMLStreamReader in, XMLStreamWriter out)
          Creates a new MessageExchange from an input and output stream
 MessageExchange RestService.createMessageExchange(Reader request, Writer response)
          Creates a new MessageExchange from an input and output stream
 MessageExchange RestClient.createMessageExchange()
           
 MessageExchange RestClient.createMessageExchange(XMLStreamReader in, XMLStreamWriter out)
           
 MessageExchange MessageExchange.newInstance(XMLStreamReader in, XMLStreamWriter out)
          Creates a new message exchange with different input and output
 

Methods in org.codehaus.activesoap with parameters of type MessageExchange
 void RestService.invoke(MessageExchange exchange)
          Performs a in invocation using the given message exchange
protected  void SoapClient.processBody(MessageExchange exchange, XMLStreamWriter out, Handler generateBodyHandler)
           
protected  void SoapClient.processHeaders(MessageExchange exchange, XMLStreamWriter out)
           
 void SoapClient.ResponseHandler.invoke(MessageExchange exchange)
           
 void RestClient.invokeOneWay(MessageExchange exchange, Handler generateBodyHandler)
           
 XMLStreamReader RestClient.invokeRequestReply(MessageExchange exchange, Handler generateBodyHandler)
           
 Object RestClient.invokeRequestReply(MessageExchange exchange, Object argument)
          Performs a request-response using a generic message object API
protected  XMLStreamReader RestClient.invokeRequestReply(MessageExchange exchange, XMLStreamWriter out, Handler generateBodyHandler, Invocation request)
           
protected  void RestClient.processBody(MessageExchange exchange, XMLStreamWriter out, Handler generateBodyHandler)
           
 void Handler.invoke(MessageExchange exchange)
          Handles the processing of an XML message which is typically a SOAP body element or header element but could be an entire REST XML service.
 

Uses of MessageExchange in org.codehaus.activesoap.handler
 

Methods in org.codehaus.activesoap.handler with parameters of type MessageExchange
 void SoapRequestHandler.invoke(MessageExchange exchange)
           
 void NullHandler.invoke(MessageExchange exchange)
           
 void HandlerLifecycle.onComplete(MessageExchange exchange)
           
 void TransformHandler.invoke(MessageExchange exchange)
           
 void QNameHandler.invoke(MessageExchange exchange)
           
 void ProcedureNotPresentHandler.invoke(MessageExchange exchange)
           
 void EchoHandler.invoke(MessageExchange exchange)
           
 void SoapHandler.invoke(MessageExchange exchange)
           
 void SAXHandler.invoke(MessageExchange exchange)
           
 

Uses of MessageExchange in org.codehaus.activesoap.handler.stax
 

Methods in org.codehaus.activesoap.handler.stax with parameters of type MessageExchange
 void StaxOutputHandler.invoke(MessageExchange exchange)
           
protected  void StaxHandler.populateAnyContent(MessageExchange exchange, AnyElementMarshaler anyElementMarshaler, AnyContent property)
           
protected  void StaxHandler.populateAnyAttributes(MessageExchange exchange, AnyAttribute value)
           
 

Uses of MessageExchange in org.codehaus.activesoap.handler.xmlbeans
 

Methods in org.codehaus.activesoap.handler.xmlbeans with parameters of type MessageExchange
 void XMLBeansOutputHandler.invoke(MessageExchange exchange)
           
protected  void XMLBeanInvokeMethodHandler.handleBody(MessageExchange exchange, org.apache.xmlbeans.XmlObject body, XMLStreamWriter out)
           
protected  void XMLBeanInvokeMethodHandler.invokeService(org.apache.xmlbeans.XmlObject body, MessageExchange exchange, XMLStreamWriter out, Object serviceInstance)
          Invokes the service on the given serviceInstance
protected  void XMLBeanInvokeMethodHandler.outputServiceResult(MessageExchange exchange, XMLStreamWriter out, org.apache.xmlbeans.XmlObject request, Object response)
          Handles the result of a service invocation which is non null and is not an XMLBeans object.
protected  void XMLBeansInvokeMethodHandler.handleBody(MessageExchange exchange, org.apache.xmlbeans.XmlObject body, XMLStreamWriter out)
           
protected  void XMLBeansInvokeMethodHandler.invokeService(org.apache.xmlbeans.XmlObject body, MessageExchange exchange, XMLStreamWriter out, Object serviceInstance)
          Invokes the service on the given serviceInstance
protected  void XMLBeansInvokeMethodHandler.outputServiceResult(MessageExchange exchange, XMLStreamWriter out, org.apache.xmlbeans.XmlObject request, Object response)
          Handles the result of a service invocation which is non null and is not an XMLBeans object.
protected  Object XMLBeansInvokeMethodHandler.createService(MessageExchange exchange)
          Factory method to create a new instance temporary instance of the service
 void XMLBeansHandler.invoke(MessageExchange exchange)
           
 void XMLBeansHandler.reply(MessageExchange exchange, org.apache.xmlbeans.XmlObject reply, XMLStreamWriter out)
          Sends the reply object to the output body
protected  void XMLBeansHandler.handleBody(MessageExchange exchange, org.apache.xmlbeans.XmlObject body, XMLStreamWriter out)
           
 

Uses of MessageExchange in org.codehaus.activesoap.handler.xstream
 

Methods in org.codehaus.activesoap.handler.xstream with parameters of type MessageExchange
 void XStreamHandler.invoke(MessageExchange exchange)
           
 void XStreamHandler.reply(MessageExchange exchange, Object reply, XMLStreamWriter out)
          Sends the reply object to the output body
protected  void XStreamHandler.handleBody(MessageExchange exchange, Object body, XMLStreamWriter out)
           
 void XStreamOutputHandler.invoke(MessageExchange exchange)
           
protected  void XStreamInvokeMethodHandler.handleBody(MessageExchange exchange, Object body, XMLStreamWriter out)
           
protected  void XStreamInvokeMethodHandler.invokeService(Object body, MessageExchange exchange, XMLStreamWriter out, Object serviceInstance)
          Invokes the service on the given serviceInstance
 

Uses of MessageExchange in org.codehaus.activesoap.policy.addressing
 

Methods in org.codehaus.activesoap.policy.addressing with parameters of type MessageExchange
static AddressingContext AddressingContext.getContext(MessageExchange exchange)
          Returns the current WS-Addressing context of this message exchange, lazily creating one if none is created yet
static void AddressingContext.setContext(MessageExchange exchange, AddressingContext context)
           
 

Uses of MessageExchange in org.codehaus.activesoap.policy.addressing.handler
 

Methods in org.codehaus.activesoap.policy.addressing.handler with parameters of type MessageExchange
 void EndpointReferenceTypeHandler.invoke(MessageExchange exchange)
           
protected  void EndpointReferenceTypeHandler.populateEndpointReferenceType(MessageExchange exchange, EndpointReferenceType value)
           
protected  void EndpointReferenceTypeHandler.processElement(MessageExchange exchange, EndpointReferenceType value)
           
 void ServiceNameTypeHandler.invoke(MessageExchange exchange)
           
 void RelationshipHandler.invoke(MessageExchange exchange)
           
 void AttributedURIHandler.invoke(MessageExchange exchange)
           
 void AttributedQNameHandler.invoke(MessageExchange exchange)
           
 void AddressingClientHandler.invoke(MessageExchange exchange)
           
 

Uses of MessageExchange in org.codehaus.activesoap.wsif
 

Methods in org.codehaus.activesoap.wsif that return MessageExchange
protected  MessageExchange ASOperation.createMessageExchange()
           
 

Methods in org.codehaus.activesoap.wsif with parameters of type MessageExchange
 void WSIFHandler.invoke(MessageExchange exchange)
           
protected  void WSIFHandler.processPart(String name, Object part, MessageExchange exchange)
           
 



Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.