java.lang.Object
com.sun.xml.ws.db.toplink.JAXBBond<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) 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
public com.sun.xml.ws.spi.db.BindingContext context()- Specified by:
contextin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>
-
getTypeInfo
public com.sun.xml.ws.spi.db.TypeInfo getTypeInfo()- Specified by:
getTypeInfoin 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 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
-
supportOutputStream
public boolean supportOutputStream()The combination of jaxws-ri and eclipselink-jaxb may perform better with XMLStreamWriter- Specified by:
supportOutputStreamin interfacecom.sun.xml.ws.spi.db.XMLBridge<T>
-