com.sun.xml.ws.db.toplink
Class JAXBBond<T>
java.lang.Object
com.sun.xml.ws.db.toplink.JAXBBond<T>
public class JAXBBond<T>
- extends Object
Method Summary |
BindingContext |
context()
|
TypeInfo |
getTypeInfo()
|
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,
javax.xml.stream.XMLStreamWriter output,
AttachmentMarshaller am)
|
boolean |
supportOutputStream()
|
T |
unmarshal(InputStream in)
|
T |
unmarshal(Node in,
AttachmentUnmarshaller au)
|
T |
unmarshal(Source in,
AttachmentUnmarshaller au)
|
T |
unmarshal(javax.xml.stream.XMLStreamReader in,
AttachmentUnmarshaller au)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
JAXBContextWrapper parent
typeInfo
TypeInfo typeInfo
mappingInfo
org.eclipse.persistence.jaxb.TypeMappingInfo mappingInfo
isParameterizedType
boolean isParameterizedType
JAXBBond
public JAXBBond(JAXBContextWrapper p,
TypeInfo ti)
context
public BindingContext context()
getTypeInfo
public TypeInfo getTypeInfo()
marshal
public void marshal(T object,
javax.xml.stream.XMLStreamWriter output,
AttachmentMarshaller am)
throws JAXBException
- Throws:
JAXBException
marshal
public void marshal(T object,
OutputStream output,
NamespaceContext nsContext,
AttachmentMarshaller am)
throws JAXBException
- Throws:
JAXBException
marshal
public void marshal(T object,
Node output)
throws JAXBException
- Throws:
JAXBException
marshal
public void marshal(T object,
ContentHandler contentHandler,
AttachmentMarshaller am)
throws JAXBException
- Throws:
JAXBException
marshal
public void marshal(T object,
Result result)
throws JAXBException
- Throws:
JAXBException
unmarshal
public T unmarshal(javax.xml.stream.XMLStreamReader in,
AttachmentUnmarshaller au)
throws JAXBException
- Throws:
JAXBException
unmarshal
public T unmarshal(Source in,
AttachmentUnmarshaller au)
throws JAXBException
- Throws:
JAXBException
unmarshal
public T unmarshal(InputStream in)
throws JAXBException
- Throws:
JAXBException
unmarshal
public T unmarshal(Node in,
AttachmentUnmarshaller au)
throws JAXBException
- Throws:
JAXBException
supportOutputStream
public boolean supportOutputStream()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.