|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.actions.soap.AbstractSOAPProcessor
public abstract class AbstractSOAPProcessor
| Field Summary | |
|---|---|
protected boolean |
httpResponseStatusEnabled
|
protected java.lang.String |
jbossws_endpoint
|
protected MessagePayloadProxy |
payloadProxy
|
| Constructor Summary | |
|---|---|
AbstractSOAPProcessor(ConfigTree config)
Public constructor. |
|
| Method Summary | |
|---|---|
protected byte[] |
getSOAPMessagePayload(Message message)
|
abstract Message |
process(Message message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String jbossws_endpoint
protected MessagePayloadProxy payloadProxy
protected boolean httpResponseStatusEnabled
| Constructor Detail |
|---|
public AbstractSOAPProcessor(ConfigTree config)
throws ConfigurationException
config - Configuration.
ConfigurationException - "jbossws-endpoint" not specified.| Method Detail |
|---|
public abstract Message process(Message message)
throws ActionProcessingException
ActionProcessingException
protected byte[] getSOAPMessagePayload(Message message)
throws ActionProcessingException
ActionProcessingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||