public class ProviderProcessor extends AbstractProcessor implements SoapExchangeProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
ProviderProcessor.StreamingRequestEntity |
| Modifier and Type | Field and Description |
|---|---|
protected javax.jbi.messaging.DeliveryChannel |
channel |
protected SoapHelper |
soapHelper |
endpoint, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TYPE, HEADER_SOAP_ACTION| Constructor and Description |
|---|
ProviderProcessor(HttpEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.httpclient.HttpClient |
getClient() |
protected java.util.Map<java.lang.String,java.lang.String> |
getHeaders(org.apache.commons.httpclient.HttpMethod method) |
protected java.util.Map<java.lang.String,java.lang.String> |
getHeaders(javax.servlet.http.HttpServletRequest request) |
void |
init() |
void |
process(javax.jbi.messaging.MessageExchange exchange) |
void |
shutdown() |
void |
start() |
void |
stop() |
protected org.apache.commons.httpclient.methods.RequestEntity |
writeMessage(SoapWriter writer) |
getConfigurationprotected SoapHelper soapHelper
protected javax.jbi.messaging.DeliveryChannel channel
public ProviderProcessor(HttpEndpoint endpoint)
public void process(javax.jbi.messaging.MessageExchange exchange)
throws java.lang.Exception
process in interface SoapExchangeProcessorjava.lang.Exceptionpublic void init()
throws java.lang.Exception
init in interface SoapExchangeProcessorjava.lang.Exceptionpublic void start()
throws java.lang.Exception
start in interface SoapExchangeProcessorjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
stop in interface SoapExchangeProcessorjava.lang.Exceptionpublic void shutdown()
throws java.lang.Exception
shutdown in interface SoapExchangeProcessorjava.lang.Exceptionprotected java.util.Map<java.lang.String,java.lang.String> getHeaders(javax.servlet.http.HttpServletRequest request)
protected java.util.Map<java.lang.String,java.lang.String> getHeaders(org.apache.commons.httpclient.HttpMethod method)
protected org.apache.commons.httpclient.methods.RequestEntity writeMessage(SoapWriter writer) throws java.lang.Exception
java.lang.Exceptionprotected org.apache.commons.httpclient.HttpClient getClient()
Copyright © 2005-2014 FuseSource. All Rights Reserved.