org.apache.servicemix.soap.marshalers
Class JBIMarshaler

java.lang.Object
  extended by org.apache.servicemix.soap.marshalers.JBIMarshaler

public class JBIMarshaler
extends Object

Since:
3.0
Version:
$Revision: 1.5 $
Author:
Guillaume Nodet

Field Summary
static String SOAP_FAULT_CODE
           
static String SOAP_FAULT_NODE
           
static String SOAP_FAULT_REASON
           
static String SOAP_FAULT_ROLE
           
static String SOAP_FAULT_SUBCODE
           
 
Constructor Summary
JBIMarshaler()
           
 
Method Summary
 void fromNMS(SoapMessage soapMessage, NormalizedMessage normalizedMessage)
           
 void toNMS(NormalizedMessage normalizedMessage, SoapMessage soapMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_FAULT_CODE

public static final String SOAP_FAULT_CODE
See Also:
Constant Field Values

SOAP_FAULT_SUBCODE

public static final String SOAP_FAULT_SUBCODE
See Also:
Constant Field Values

SOAP_FAULT_REASON

public static final String SOAP_FAULT_REASON
See Also:
Constant Field Values

SOAP_FAULT_NODE

public static final String SOAP_FAULT_NODE
See Also:
Constant Field Values

SOAP_FAULT_ROLE

public static final String SOAP_FAULT_ROLE
See Also:
Constant Field Values
Constructor Detail

JBIMarshaler

public JBIMarshaler()
Method Detail

toNMS

public void toNMS(NormalizedMessage normalizedMessage,
                  SoapMessage soapMessage)
           throws Exception
Throws:
Exception

fromNMS

public void fromNMS(SoapMessage soapMessage,
                    NormalizedMessage normalizedMessage)


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.