com.sun.xml.ws.tx.common
Class TxJAXBContext

java.lang.Object
  extended by com.sun.xml.ws.tx.common.TxJAXBContext

public class TxJAXBContext
extends java.lang.Object


Constructor Summary
TxJAXBContext()
           
 
Method Summary
static javax.xml.bind.Marshaller createMarshaller()
          Marshal xml fragment, not an XML document.
static javax.xml.bind.Unmarshaller createUnmarshaller()
           
static javax.xml.bind.JAXBContext getJAXBContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxJAXBContext

public TxJAXBContext()
Method Detail

getJAXBContext

public static javax.xml.bind.JAXBContext getJAXBContext()

createMarshaller

public static javax.xml.bind.Marshaller createMarshaller()
Marshal xml fragment, not an XML document.


createUnmarshaller

public static javax.xml.bind.Unmarshaller createUnmarshaller()