com.sun.xml.ws.db.sdo
Class SDOBond<T>

java.lang.Object
  extended by com.sun.xml.ws.db.sdo.SDOBond<T>
All Implemented Interfaces:
com.sun.xml.ws.spi.db.XMLBridge<T>

public class SDOBond<T>
extends Object
implements com.sun.xml.ws.spi.db.XMLBridge<T>


Constructor Summary
SDOBond(SDOContextWrapper parent, com.sun.xml.ws.spi.db.TypeInfo ti)
           
 
Method Summary
 com.sun.xml.ws.spi.db.BindingContext context()
           
 Class<T> getJavaType()
           
 com.sun.xml.ws.spi.db.TypeInfo getTypeInfo()
           
 QName getXmlTag()
           
 void marshal(T object, ContentHandler contentHandler, AttachmentMarshaller am)
           
 void marshal(T object, Node output)
           
 void marshal(T object, OutputStream output, NamespaceContext nsContext, AttachmentMarshaller am)
           
 void marshal(T object, Result result)
           
 void marshal(T object, XMLStreamWriter output, AttachmentMarshaller am)
           
 boolean supportOutputStream()
           
 T unmarshal(InputStream in)
           
 T unmarshal(Node n, AttachmentUnmarshaller au)
           
 T unmarshal(Source in, AttachmentUnmarshaller au)
           
 T unmarshal(XMLStreamReader in, AttachmentUnmarshaller au)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOBond

public SDOBond(SDOContextWrapper parent,
               com.sun.xml.ws.spi.db.TypeInfo ti)
Method Detail

getXmlTag

public QName getXmlTag()

getJavaType

public Class<T> getJavaType()

context

public com.sun.xml.ws.spi.db.BindingContext context()
Specified by:
context in interface com.sun.xml.ws.spi.db.XMLBridge<T>

marshal

public void marshal(T object,
                    XMLStreamWriter output,
                    AttachmentMarshaller am)
             throws JAXBException
Specified by:
marshal in interface com.sun.xml.ws.spi.db.XMLBridge<T>
Throws:
JAXBException

marshal

public void marshal(T object,
                    OutputStream output,
                    NamespaceContext nsContext,
                    AttachmentMarshaller am)
             throws JAXBException
Specified by:
marshal in interface com.sun.xml.ws.spi.db.XMLBridge<T>
Throws:
JAXBException

marshal

public void marshal(T object,
                    Node output)
             throws JAXBException
Specified by:
marshal in interface com.sun.xml.ws.spi.db.XMLBridge<T>
Throws:
JAXBException

marshal

public void marshal(T object,
                    ContentHandler contentHandler,
                    AttachmentMarshaller am)
             throws JAXBException
Specified by:
marshal in interface com.sun.xml.ws.spi.db.XMLBridge<T>
Throws:
JAXBException

marshal

public void marshal(T object,
                    Result result)
             throws JAXBException
Specified by:
marshal in interface com.sun.xml.ws.spi.db.XMLBridge<T>
Throws:
JAXBException

unmarshal

public T unmarshal(XMLStreamReader in,
                   AttachmentUnmarshaller au)
            throws JAXBException
Specified by:
unmarshal in interface com.sun.xml.ws.spi.db.XMLBridge<T>
Throws:
JAXBException

unmarshal

public T unmarshal(Source in,
                   AttachmentUnmarshaller au)
            throws JAXBException
Specified by:
unmarshal in interface com.sun.xml.ws.spi.db.XMLBridge<T>
Throws:
JAXBException

unmarshal

public T unmarshal(InputStream in)
            throws JAXBException
Specified by:
unmarshal in interface com.sun.xml.ws.spi.db.XMLBridge<T>
Throws:
JAXBException

unmarshal

public T unmarshal(Node n,
                   AttachmentUnmarshaller au)
            throws JAXBException
Specified by:
unmarshal in interface com.sun.xml.ws.spi.db.XMLBridge<T>
Throws:
JAXBException

getTypeInfo

public com.sun.xml.ws.spi.db.TypeInfo getTypeInfo()
Specified by:
getTypeInfo in interface com.sun.xml.ws.spi.db.XMLBridge<T>

supportOutputStream

public boolean supportOutputStream()
Specified by:
supportOutputStream in interface com.sun.xml.ws.spi.db.XMLBridge<T>


Copyright © 2015 Oracle Corporation. All Rights Reserved.