|
|||||||||
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
org.jboss.soa.esb.actions.soap.CXFSOAPProcessor
public class CXFSOAPProcessor
JBossWS-CXF SOAP Processor.
Field Summary |
---|
Fields inherited from class org.jboss.soa.esb.actions.soap.AbstractSOAPProcessor |
---|
httpResponseStatusEnabled, jbossws_endpoint, payloadProxy |
Constructor Summary | |
---|---|
CXFSOAPProcessor(ConfigTree config)
|
Method Summary | |
---|---|
protected static byte[] |
getSoapMessageBytes(javax.xml.soap.SOAPMessage soapMessage)
Convert the SOAPMessage to bytes. |
Message |
process(Message message)
Process the SOAP message. |
Methods inherited from class org.jboss.soa.esb.actions.soap.AbstractSOAPProcessor |
---|
getSOAPMessagePayload |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CXFSOAPProcessor(ConfigTree config) throws ConfigurationException
ConfigurationException
Method Detail |
---|
public Message process(Message message) throws ActionProcessingException
process
in class AbstractSOAPProcessor
message
- The ESB Aware (normalized) SOAP request message.
ActionProcessingException
protected static byte[] getSoapMessageBytes(javax.xml.soap.SOAPMessage soapMessage) throws ActionProcessingException
soapMessage
- The SOAP message.
ActionProcessingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |