Package | Description |
---|---|
javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
javax.xml.bind.util |
Useful client utility classes.
|
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
org.apache.ws.scout.registry | |
org.infinispan.config |
Cache configuration beans and parsers.
|
org.picketlink.identity.federation.core.saml.v2.util | |
org.picketlink.identity.federation.core.util | |
org.uddi |
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 |
---|---|
static JAXBContext |
JAXBContextUtil.getContext(String uddiVersion) |
Modifier and Type | Method and Description |
---|---|
protected static JAXBContext |
InfinispanConfiguration.getJAXBContext()
Deprecated.
Returns the JAXB context that may be used to read and write Infinispan configurations.
|
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 |
---|---|
static void |
TransformerUtil.transform(JAXBContext context,
JAXBElement<?> jaxb,
Result result) |
Modifier and Type | Method and Description |
---|---|
static JAXBContext |
JAXBContextUtil.getContext(String packageName) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.