com.sun.xml.ws.message.jaxb
Class JAXBBridgeSource

java.lang.Object
  extended by javax.xml.transform.sax.SAXSource
      extended by com.sun.xml.ws.message.jaxb.JAXBBridgeSource
All Implemented Interfaces:
Source

final class JAXBBridgeSource
extends SAXSource

Wraps a bridge and JAXB object into a pseudo-Source.


Field Summary
 
Fields inherited from class javax.xml.transform.sax.SAXSource
FEATURE
 
Constructor Summary
JAXBBridgeSource(Bridge bridge, Object contentObject)
           
 
Method Summary
 
Methods inherited from class javax.xml.transform.sax.SAXSource
getInputSource, getSystemId, getXMLReader, setInputSource, setSystemId, setXMLReader, sourceToInputSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBBridgeSource

public JAXBBridgeSource(Bridge bridge,
                        Object contentObject)