Uses of Class
org.ow2.petals.binding.soap.listener.incoming.RequestProcessor

Packages that use RequestProcessor
org.ow2.petals.binding.soap.listener.incoming   
 

Uses of RequestProcessor in org.ow2.petals.binding.soap.listener.incoming
 

Subclasses of RequestProcessor in org.ow2.petals.binding.soap.listener.incoming
 class RESTProcessor
          REST service processor.
 class SOAPProcessor
          Processor to handle incoming SOAP messages.
 

Fields in org.ow2.petals.binding.soap.listener.incoming with type parameters of type RequestProcessor
protected  java.util.Map<java.lang.String,RequestProcessor> PetalsReceiver.requestProcessors
           
 

Methods in org.ow2.petals.binding.soap.listener.incoming that return RequestProcessor
protected  RequestProcessor PetalsReceiver.getProcessor(org.apache.axis2.context.MessageContext context)
          Get the processor for the given message context.
protected  RequestProcessor PetalsReceiver.getRESTProcessor()
          Get the REST processor
protected  RequestProcessor PetalsReceiver.getSOAPProcessor()
          Get the SOAP processor
 

Methods in org.ow2.petals.binding.soap.listener.incoming with parameters of type RequestProcessor
protected  void PetalsReceiver.addProcessor(RequestProcessor processor)
          Add a processor to the processors list
 



Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.