Modifier and Type | Method and Description |
---|---|
JAXBContext |
CoordinationContextAction.run() |
Modifier and Type | Method and Description |
---|---|
JAXBContext |
NativeEndpointReferenceContextAction.run() |
Modifier and Type | Method and Description |
---|---|
static <T extends EndpointReference> |
JAXBContextUnmarshalAction.getInstance(JAXBContext jaxbContext,
Source source,
Class<T> endpointReferenceClass) |
Modifier and Type | Method and Description |
---|---|
static JAXBContext |
JAXBContext.newInstance(Class... classesToBeBound)
Obtain a new instance of a JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(Class[] classesToBeBound,
Map<String,?> properties)
Obtain a new instance of a JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String contextPath)
Obtain a new instance of a JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String contextPath,
ClassLoader classLoader)
Obtain a new instance of a JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String contextPath,
ClassLoader classLoader,
Map<String,?> properties)
Obtain a new instance of a JAXBContext class.
|
Constructor and Description |
---|
JAXBResult(JAXBContext context)
Creates a new instance that uses the specified
JAXBContext to unmarshal.
|
JAXBSource(JAXBContext context,
Object contentObject)
Creates a new
Source for the given content object. |
Modifier and Type | Method and Description |
---|---|
Dispatch<Object> |
Service.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
Dispatch<Object> |
Service.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode)
Creates a
Dispatch instance for use with JAXB
generated objects. |
Dispatch<Object> |
Service.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
Object |
LogicalMessage.getPayload(JAXBContext context)
Gets the message payload as a JAXB object.
|
void |
LogicalMessage.setPayload(Object payload,
JAXBContext context)
Sets the message payload
|
Modifier and Type | Method and Description |
---|---|
Object[] |
SOAPMessageContext.getHeaders(QName header,
JAXBContext context,
boolean allRoles)
Gets headers that have a particular qualified name from the message in the
message context.
|
Modifier and Type | Method and Description |
---|---|
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode)
Creates a
Dispatch instance for use with JAXB
generated objects. |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(QName portName,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a
Dispatch instance for use with JAXB
generated objects. |
Modifier and Type | Method and Description |
---|---|
JAXBContext |
JAXBContextCache.CachedContextAndSchemas.getContext() |
Modifier and Type | Method and Description |
---|---|
static JAXBContextProxy |
JAXBUtils.createJAXBContextProxy(JAXBContext ctx) |
static JAXBContextProxy |
JAXBUtils.createJAXBContextProxy(JAXBContext ctx,
SchemaCollection collection,
String defaultNs) |
static List<DOMResult> |
JAXBUtils.generateJaxbSchemas(JAXBContext context,
Map<String,DOMResult> builtIns) |
static Object |
JAXBUtils.unmarshall(JAXBContext c,
Element e) |
static <T> JAXBElement<T> |
JAXBUtils.unmarshall(JAXBContext c,
Element e,
Class<T> cls) |
static Object |
JAXBUtils.unmarshall(JAXBContext c,
Source s) |
static Object |
JAXBUtils.unmarshall(JAXBContext c,
XMLStreamReader reader) |
static <T> JAXBElement<T> |
JAXBUtils.unmarshall(JAXBContext c,
XMLStreamReader reader,
Class<T> cls) |
Constructor and Description |
---|
SchemaCollectionContextProxy(JAXBContext ctx,
SchemaCollection c,
String defaultNs) |
Modifier and Type | Method and Description |
---|---|
protected JAXBContext |
AbstractBPBeanDefinitionParser.getContext(Class<?> cls) |
Constructor and Description |
---|
JAXBBeanFactory(JAXBContext c,
Class<?> c2) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
JAXBBeanFactory.createJAXBBean(JAXBContext context,
String s,
Class<T> c) |
protected static <T> T |
AbstractBeanDefinitionParser.unmarshalFactoryString(String s,
JAXBContext ctx,
Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
static JAXBContext |
VersionTransformer.getExposedJAXBContext(String exposedURI) |
static JAXBContext |
VersionTransformer.Names200408.getJAXBContext()
Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated
types for the 2004/08 version.
|
static JAXBContext |
VersionTransformer.Names200403.getJAXBContext()
Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated types for the 2004/08
version.
|
static JAXBContext |
ContextUtils.getJAXBContext()
Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated
types.
|
Modifier and Type | Method and Description |
---|---|
static void |
VersionTransformer.Names200408.setJAXBContext(JAXBContext ctx)
Set the encapsulated JAXBContext (used by unit tests).
|
static void |
VersionTransformer.Names200403.setJAXBContext(JAXBContext ctx)
Set the encapsulated JAXBContext (used by unit tests).
|
static void |
ContextUtils.setJAXBContext(JAXBContext ctx)
Set the encapsulated JAXBContext (used by unit tests).
|
Modifier and Type | Field and Description |
---|---|
protected JAXBContext |
SecurityTokenServiceProvider.jaxbContext |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
AbstractBinder.jaxb(XMLEventReader reader,
Schema xsd,
JAXBContext jaxbContext,
Origin origin) |
Modifier and Type | Method and Description |
---|---|
JAXBContext |
NewJaxbContext.run() |
Modifier and Type | Class and Description |
---|---|
class |
JAXBContextWrapper
A wrapper class around a JAXBContext that enables additional features
to the RESTEasy JAXB-based providers.
|
Modifier and Type | Method and Description |
---|---|
JAXBContext |
JAXBContextFinder.createContext(Annotation[] parameterAnnotations,
Class... classes) |
JAXBContext |
AbstractJAXBContextFinder.createContext(Annotation[] parameterAnnotations,
Class... classes) |
protected JAXBContext |
XmlJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations,
Class... classes) |
protected abstract JAXBContext |
AbstractJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations,
Class... classes) |
protected JAXBContext |
XmlJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations,
String contextPath) |
protected abstract JAXBContext |
AbstractJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations,
String contextPath) |
JAXBContext |
AbstractJAXBContextFinder.createXmlTypeContext(Annotation[] parameterAnnotations,
Class... classes) |
JAXBContext |
XmlJAXBContextFinder.findCacheContext(MediaType mediaType,
Annotation[] paraAnnotations,
Class... classes) |
JAXBContext |
JAXBContextFinder.findCacheContext(MediaType mediaType,
Annotation[] paraAnnotations,
Class... classes)
This method creates a JAXBContext from a collection of classes.
|
JAXBContext |
XmlJAXBContextFinder.findCachedContext(Class type,
MediaType mediaType,
Annotation[] parameterAnnotations) |
JAXBContext |
JAXBContextFinder.findCachedContext(Class type,
MediaType mediaType,
Annotation[] parameterAnnotations)
This method with find a JAXBContext for one type.
|
JAXBContext |
XmlJAXBContextFinder.findCacheXmlTypeContext(MediaType mediaType,
Annotation[] paraAnnotations,
Class... classes) |
JAXBContext |
JAXBContextFinder.findCacheXmlTypeContext(MediaType mediaType,
Annotation[] paraAnnotations,
Class... classes)
This method will find a JAXBContext from a set of XmlTypes that use an ObjectFactory for creation (i.e.
|
JAXBContext |
JAXBXmlSeeAlsoProvider.findJAXBContext(Class<?> type,
Annotation[] annotations,
MediaType mediaType,
boolean reader) |
JAXBContext |
AbstractJAXBProvider.findJAXBContext(Class<?> type,
Annotation[] annotations,
MediaType mediaType,
boolean reader) |
JAXBContext |
AbstractJAXBContextFinder.findProvidedJAXBContext(Class<?> type,
MediaType mediaType) |
Constructor and Description |
---|
JAXBContextWrapper(JAXBContext wrappedContext,
JAXBConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
BadgerContext |
class |
JettisonMappedContext |
Modifier and Type | Method and Description |
---|---|
protected JAXBContext |
JsonJAXBContextFinder.createContextObject(Annotation[] annotations,
Class... classes) |
protected JAXBContext |
JsonJAXBContextFinder.createContextObject(Annotation[] annotations,
String contextPath) |
protected JAXBContext |
JsonJAXBContextFinder.find(Class<?> type,
MediaType mediaType,
ConcurrentHashMap<Class<?>,JAXBContext> cache,
Mapped mapped,
BadgerFish badger) |
JAXBContext |
JsonJAXBContextFinder.findCacheContext(MediaType mediaType,
Annotation[] annotations,
Class... classes) |
JAXBContext |
JsonJAXBContextFinder.findCachedContext(Class type,
MediaType mediaType,
Annotation[] annotations) |
JAXBContext |
JsonJAXBContextFinder.findCacheXmlTypeContext(MediaType mediaType,
Annotation[] annotations,
Class... classes) |
Modifier and Type | Method and Description |
---|---|
protected JAXBContext |
JsonJAXBContextFinder.find(Class<?> type,
MediaType mediaType,
ConcurrentHashMap<Class<?>,JAXBContext> cache,
Mapped mapped,
BadgerFish badger) |
Constructor and Description |
---|
BadgerMarshaller(JAXBContext context) |
BadgerUnmarshaller(JAXBContext context) |
JettisonMappedMarshaller(JAXBContext context,
Map<String,String> xmlToJSON,
List<String> attributeMapping,
List<String> ignoredElements) |
JettisonMappedMarshaller(JAXBContext context,
org.codehaus.jettison.mapped.MappedNamespaceConvention convention) |
JettisonMappedUnmarshaller(JAXBContext context,
Map<String,String> xmlToJSON,
List<String> attributeMapping,
List<String> ignoredElements) |
JettisonMappedUnmarshaller(JAXBContext context,
org.codehaus.jettison.mapped.MappedNamespaceConvention convention) |
Modifier and Type | Method and Description |
---|---|
static void |
TransformerUtil.transform(JAXBContext context,
JAXBElement<?> jaxb,
Result result) |
Modifier and Type | Method and Description |
---|---|
static JAXBContext |
SAMLXACMLUtil.getJAXBContext() |
Modifier and Type | Method and Description |
---|---|
static JAXBContext |
JAXBUtil.getJAXBContext(Class<?> clazz) |
static JAXBContext |
JAXBUtil.getJAXBContext(String... paths) |
static JAXBContext |
JAXBUtil.getJAXBContext(String path) |
Modifier and Type | Method and Description |
---|---|
Object[] |
PicketLinkDispatch.PLMessageContext.getHeaders(QName header,
JAXBContext context,
boolean allRoles) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.