java.lang.Object
com.sun.xml.ws.db.toplink.JAXBBond<T>
- All Implemented Interfaces:
XMLBridge<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext()voidmarshal(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) booleanThe combination of jaxws-ri and eclipselink-jaxb may perform better with XMLStreamWriterunmarshal(InputStream in) unmarshal(XMLStreamReader in, jakarta.xml.bind.attachment.AttachmentUnmarshaller au)
-
Constructor Details
-
JAXBBond
-
-
Method Details
-
context
-
getTypeInfo
- Specified by:
getTypeInfoin interfaceXMLBridge<T>
-
marshal
public void marshal(T object, XMLStreamWriter output, jakarta.xml.bind.attachment.AttachmentMarshaller am) 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 -
marshal
-
marshal
public void marshal(T object, ContentHandler contentHandler, jakarta.xml.bind.attachment.AttachmentMarshaller am) throws jakarta.xml.bind.JAXBException -
marshal
-
unmarshal
public T unmarshal(XMLStreamReader in, jakarta.xml.bind.attachment.AttachmentUnmarshaller au) throws jakarta.xml.bind.JAXBException -
unmarshal
-
unmarshal
-
unmarshal
-
supportOutputStream
public boolean supportOutputStream()The combination of jaxws-ri and eclipselink-jaxb may perform better with XMLStreamWriter- Specified by:
supportOutputStreamin interfaceXMLBridge<T>
-