org.apache.cxf.ws.rm.soap
Class RMSoapInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
org.apache.cxf.ws.rm.soap.RMSoapInterceptor
- All Implemented Interfaces:
- SoapInterceptor, Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>
public class RMSoapInterceptor
- extends AbstractSoapInterceptor
Protocol Handler responsible for {en|de}coding the RM
Properties for {outgo|incom}ing messages.
|
Field Summary |
protected static javax.xml.bind.JAXBContext |
jaxbContext
|
| Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jaxbContext
protected static javax.xml.bind.JAXBContext jaxbContext
RMSoapInterceptor
public RMSoapInterceptor()
- Constructor.
getUnderstoodHeaders
public java.util.Set<javax.xml.namespace.QName> getUnderstoodHeaders()
- Specified by:
getUnderstoodHeaders in interface SoapInterceptor- Overrides:
getUnderstoodHeaders in class AbstractSoapInterceptor
- Returns:
- the set of SOAP headers understood by this handler
handleMessage
public void handleMessage(SoapMessage message)
throws Fault
- Throws:
Fault
encode
public static void encode(SoapMessage message,
RMProperties rmps)
- Encode the current RM properties in protocol-specific headers.
- Parameters:
message - the SOAP message.rmps - the current RM properties.
encodeFault
public static void encodeFault(SoapMessage message,
SequenceFault sf)
- Encode the SeuqnceFault in protocol-specific header.
- Parameters:
message - the SOAP message.sf - the SequenceFault.
unmarshalRMProperties
public RMProperties unmarshalRMProperties(SoapMessage message)
- Decode the RM properties from protocol-specific headers.
- Parameters:
message - the SOAP message
- Returns:
- the RM properties
decodeProperty
public static <T> T decodeProperty(java.lang.Class<T> clz,
org.w3c.dom.Element headerElement,
javax.xml.bind.Unmarshaller unmarshaller)
throws javax.xml.bind.JAXBException
- Decodes an RM property from a SOAP header.
- Parameters:
clz - the classheaderElement - the SOAP header elementmarshaller - the JAXB marshaller to use
- Returns:
- the decoded EndpointReference
- Throws:
javax.xml.bind.JAXBException
Apache CXF