|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BridgeContext | |
|---|---|
| com.sun.xml.bind.api | Runtime API for the JAX-WS RI |
| com.sun.xml.bind.v2.runtime | Code that implements JAXBContext, Unmarshaller, and Marshaller. |
| com.sun.xml.ws.message | Message implementations. |
| com.sun.xml.ws.security.opt.impl.enc | |
| com.sun.xml.ws.security.opt.impl.keyinfo | |
| com.sun.xml.ws.security.opt.impl.message | |
| com.sun.xml.ws.spi.db | |
| Uses of BridgeContext in com.sun.xml.bind.api |
|---|
| Methods in com.sun.xml.bind.api that return BridgeContext | |
|---|---|
abstract BridgeContext |
JAXBRIContext.createBridgeContext()
Creates a new BridgeContext instance. |
| Methods in com.sun.xml.bind.api with parameters of type BridgeContext | |
|---|---|
void |
Bridge.marshal(BridgeContext context,
T object,
ContentHandler contentHandler)
|
void |
Bridge.marshal(BridgeContext context,
T object,
Node output)
|
void |
Bridge.marshal(BridgeContext context,
T object,
OutputStream output,
NamespaceContext nsContext)
|
void |
Bridge.marshal(BridgeContext context,
T object,
Result result)
|
void |
Bridge.marshal(BridgeContext context,
T object,
XMLStreamWriter output)
|
T |
Bridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
Bridge.unmarshal(BridgeContext context,
Node n)
|
T |
Bridge.unmarshal(BridgeContext context,
Source in)
|
T |
Bridge.unmarshal(BridgeContext context,
XMLStreamReader in)
|
| Uses of BridgeContext in com.sun.xml.bind.v2.runtime |
|---|
| Subclasses of BridgeContext in com.sun.xml.bind.v2.runtime | |
|---|---|
class |
BridgeContextImpl
BridgeContext implementation. |
| Methods in com.sun.xml.bind.v2.runtime that return BridgeContext | |
|---|---|
BridgeContext |
JAXBContextImpl.createBridgeContext()
|
| Uses of BridgeContext in com.sun.xml.ws.message |
|---|
| Methods in com.sun.xml.ws.message with parameters of type BridgeContext | ||
|---|---|---|
|
AbstractHeaderImpl.readAsJAXB(Bridge<T> bridge,
BridgeContext context)
Deprecated. |
|
| Uses of BridgeContext in com.sun.xml.ws.security.opt.impl.enc |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.enc with parameters of type BridgeContext | ||
|---|---|---|
|
JAXBEncryptedKey.readAsJAXB(Bridge<T> bridge,
BridgeContext context)
|
|
| Uses of BridgeContext in com.sun.xml.ws.security.opt.impl.keyinfo |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type BridgeContext | ||
|---|---|---|
|
BinarySecurityToken.readAsJAXB(Bridge<T> bridge,
BridgeContext context)
|
|
| Uses of BridgeContext in com.sun.xml.ws.security.opt.impl.message |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type BridgeContext | ||
|---|---|---|
|
Header.readAsJAXB(Bridge<T> bridge,
BridgeContext context)
Deprecated. Use Header.readAsJAXB(Bridge). To be removed after JavaOne. |
|
|
SecurityHeaderWrapper.readAsJAXB(Bridge<T> bridge,
BridgeContext context)
Deprecated. Use SecurityHeaderWrapper.readAsJAXB(Bridge). To be removed after JavaOne. |
|
| Uses of BridgeContext in com.sun.xml.ws.spi.db |
|---|
| Methods in com.sun.xml.ws.spi.db with parameters of type BridgeContext | |
|---|---|
void |
OldBridge.marshal(BridgeContext context,
T object,
ContentHandler contentHandler)
|
void |
OldBridge.marshal(BridgeContext context,
T object,
Node output)
|
void |
OldBridge.marshal(BridgeContext context,
T object,
OutputStream output,
NamespaceContext nsContext)
|
void |
OldBridge.marshal(BridgeContext context,
T object,
Result result)
|
void |
OldBridge.marshal(BridgeContext context,
T object,
XMLStreamWriter output)
|
T |
OldBridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
OldBridge.unmarshal(BridgeContext context,
Node n)
|
T |
OldBridge.unmarshal(BridgeContext context,
Source in)
|
T |
OldBridge.unmarshal(BridgeContext context,
XMLStreamReader in)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||