org.apache.servicemix.http.processors
Class AbstractProcessor

java.lang.Object
  extended by org.apache.servicemix.http.processors.AbstractProcessor
Direct Known Subclasses:
ConsumerProcessor, ProviderProcessor

public class AbstractProcessor
extends java.lang.Object

Abstract base class for provider and consumer processor.


Field Summary
protected  HttpEndpoint endpoint
           
static java.lang.String HEADER_CONTENT_LENGTH
           
static java.lang.String HEADER_CONTENT_TYPE
           
static java.lang.String HEADER_SOAP_ACTION
           
 
Method Summary
protected  HttpConfiguration getConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER_SOAP_ACTION

public static final java.lang.String HEADER_SOAP_ACTION
See Also:
Constant Field Values

HEADER_CONTENT_TYPE

public static final java.lang.String HEADER_CONTENT_TYPE
See Also:
Constant Field Values

HEADER_CONTENT_LENGTH

public static final java.lang.String HEADER_CONTENT_LENGTH
See Also:
Constant Field Values

endpoint

protected HttpEndpoint endpoint
Method Detail

getConfiguration

protected HttpConfiguration getConfiguration()


Copyright © 2005-2012 FuseSource. All Rights Reserved.