java.lang.Object
com.sun.xml.ws.db.sdo.SDOBond<T>
- All Implemented Interfaces:
com.sun.xml.ws.spi.db.XMLBridge<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.xml.ws.spi.db.BindingContextcontext()com.sun.xml.ws.spi.db.TypeInfovoidmarshal(T object, OutputStream output, NamespaceContext nsContext, jakarta.xml.bind.attachment.AttachmentMarshaller am) voidmarshal(T object, XMLStreamWriter output, jakarta.xml.bind.attachment.AttachmentMarshaller am) voidvoidvoidmarshal(T object, ContentHandler contentHandler, jakarta.xml.bind.attachment.AttachmentMarshaller am) booleanunmarshal(InputStream in) unmarshal(XMLStreamReader in, jakarta.xml.bind.attachment.AttachmentUnmarshaller au)
-
Constructor Details
-
SDOBond
-
-
Method Details
-
getXmlTag
-
getJavaType
-
context
public com.sun.xml.ws.spi.db.BindingContext context()- Specified by:
contextin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>
-
marshal
public void marshal(T object, XMLStreamWriter output, jakarta.xml.bind.attachment.AttachmentMarshaller am) throws jakarta.xml.bind.JAXBException - Specified by:
marshalin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>- Throws:
jakarta.xml.bind.JAXBException
-
marshal
public void marshal(T object, OutputStream output, NamespaceContext nsContext, jakarta.xml.bind.attachment.AttachmentMarshaller am) throws jakarta.xml.bind.JAXBException - Specified by:
marshalin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>- Throws:
jakarta.xml.bind.JAXBException
-
marshal
- Specified by:
marshalin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>- Throws:
jakarta.xml.bind.JAXBException
-
marshal
public void marshal(T object, ContentHandler contentHandler, jakarta.xml.bind.attachment.AttachmentMarshaller am) throws jakarta.xml.bind.JAXBException - Specified by:
marshalin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>- Throws:
jakarta.xml.bind.JAXBException
-
marshal
- Specified by:
marshalin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>- Throws:
jakarta.xml.bind.JAXBException
-
unmarshal
public T unmarshal(XMLStreamReader in, jakarta.xml.bind.attachment.AttachmentUnmarshaller au) throws jakarta.xml.bind.JAXBException - Specified by:
unmarshalin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>- Throws:
jakarta.xml.bind.JAXBException
-
unmarshal
public T unmarshal(Source in, jakarta.xml.bind.attachment.AttachmentUnmarshaller au) throws jakarta.xml.bind.JAXBException - Specified by:
unmarshalin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>- Throws:
jakarta.xml.bind.JAXBException
-
unmarshal
- Specified by:
unmarshalin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>- Throws:
jakarta.xml.bind.JAXBException
-
unmarshal
public T unmarshal(Node n, jakarta.xml.bind.attachment.AttachmentUnmarshaller au) throws jakarta.xml.bind.JAXBException - Specified by:
unmarshalin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>- Throws:
jakarta.xml.bind.JAXBException
-
getTypeInfo
public com.sun.xml.ws.spi.db.TypeInfo getTypeInfo()- Specified by:
getTypeInfoin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>
-
supportOutputStream
public boolean supportOutputStream()- Specified by:
supportOutputStreamin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>
-