com.sun.xml.ws.db.sdo
Class WrapperBond<T>
java.lang.Object
com.sun.xml.ws.db.sdo.WrapperBond<T>
public class WrapperBond<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 n,
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
BindingContext parent
typeInfo
TypeInfo typeInfo
WrapperPrefix
static final String WrapperPrefix
- See Also:
- Constant Field Values
WrapperPrefix_
static final String WrapperPrefix_
- See Also:
- Constant Field Values
WrapperBond
public WrapperBond(SDOContextWrapper p,
TypeInfo ti)
context
public BindingContext context()
getTypeInfo
public TypeInfo getTypeInfo()
marshal
public final void marshal(T object,
ContentHandler contentHandler,
AttachmentMarshaller am)
throws JAXBException
- Throws:
JAXBException
marshal
public void marshal(T object,
Node output)
throws JAXBException
- Throws:
JAXBException
marshal
public void marshal(T object,
OutputStream output,
NamespaceContext nsContext,
AttachmentMarshaller am)
throws JAXBException
- Throws:
JAXBException
marshal
public final void marshal(T object,
Result result)
throws JAXBException
- Throws:
JAXBException
marshal
public final void marshal(T object,
javax.xml.stream.XMLStreamWriter output,
AttachmentMarshaller am)
throws JAXBException
- Throws:
JAXBException
unmarshal
public final T unmarshal(InputStream in)
throws JAXBException
- Throws:
JAXBException
unmarshal
public final T unmarshal(Node n,
AttachmentUnmarshaller au)
throws JAXBException
- Throws:
JAXBException
unmarshal
public final T unmarshal(Source in,
AttachmentUnmarshaller au)
throws JAXBException
- Throws:
JAXBException
unmarshal
public final T unmarshal(javax.xml.stream.XMLStreamReader in,
AttachmentUnmarshaller au)
throws JAXBException
- Throws:
JAXBException
supportOutputStream
public boolean supportOutputStream()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.