Modifier and Type | Method and Description |
---|---|
JAXBElement<NotificationType> |
ObjectFactory.createCancel(NotificationType value)
|
JAXBElement<NotificationType> |
ObjectFactory.createCancelled(NotificationType value)
|
JAXBElement<NotificationType> |
ObjectFactory.createClose(NotificationType value)
|
JAXBElement<NotificationType> |
ObjectFactory.createClosed(NotificationType value)
|
JAXBElement<NotificationType> |
ObjectFactory.createComplete(NotificationType value)
|
JAXBElement<NotificationType> |
ObjectFactory.createCompleted(NotificationType value)
|
JAXBElement<ExceptionType> |
ObjectFactory.createFault(ExceptionType value)
|
JAXBElement<NotificationType> |
ObjectFactory.createFaulted(NotificationType value)
|
Modifier and Type | Method and Description |
---|---|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(Node node,
Class<T> declaredType)
Unmarshal XML data by JAXB mapped declaredType
and return the resulting content tree.
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(Source source,
Class<T> declaredType)
Unmarshal XML data from the specified XML Source by declaredType and return the
resulting content tree.
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(XMLEventReader reader,
Class<T> declaredType)
Unmarshal root element to JAXB mapped declaredType
and return the resulting content tree.
|
abstract <T> JAXBElement<T> |
Binder.unmarshal(XmlNode xmlNode,
Class<T> declaredType)
Unmarshal XML root element by provided declaredType
to a JAXB object tree.
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(XMLStreamReader reader,
Class<T> declaredType)
Unmarshal root element to JAXB mapped declaredType
and return the resulting content tree.
|
Modifier and Type | Method and Description |
---|---|
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(Node node,
Class<T> expectedType) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(Source source,
Class<T> expectedType) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(XMLEventReader reader,
Class<T> expectedType) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader,
Class<T> expectedType) |
Modifier and Type | Method and Description |
---|---|
static <T> JAXBElement<T> |
JAXBUtils.unmarshall(JAXBContext c,
Element e,
Class<T> cls) |
static <T> JAXBElement<T> |
JAXBUtils.unmarshall(JAXBContext c,
XMLStreamReader reader,
Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<AuthorizationPolicy> |
ObjectFactory.createAuthorization(AuthorizationPolicy value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributedURI> |
ObjectFactory.createAction(AttributedURI value)
|
JAXBElement<EndpointReferenceType> |
ObjectFactory.createEndpointReference(EndpointReferenceType value)
|
JAXBElement<EndpointReferenceType> |
ObjectFactory.createFaultTo(EndpointReferenceType value)
|
JAXBElement<EndpointReferenceType> |
ObjectFactory.createFrom(EndpointReferenceType value)
|
JAXBElement<AttributedURI> |
ObjectFactory.createMessageID(AttributedURI value)
|
JAXBElement<Relationship> |
ObjectFactory.createRelatesTo(Relationship value)
|
JAXBElement<Object> |
ObjectFactory.createReplyAfter(Object value)
|
JAXBElement<EndpointReferenceType> |
ObjectFactory.createReplyTo(EndpointReferenceType value)
|
JAXBElement<AttributedURI> |
ObjectFactory.createTo(AttributedURI value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributedURI> |
ObjectFactory.createAction(AttributedURI value)
|
JAXBElement<EndpointReferenceType> |
ObjectFactory.createEndpointReference(EndpointReferenceType value)
|
JAXBElement<EndpointReferenceType> |
ObjectFactory.createFaultTo(EndpointReferenceType value)
|
JAXBElement<EndpointReferenceType> |
ObjectFactory.createFrom(EndpointReferenceType value)
|
JAXBElement<AttributedURI> |
ObjectFactory.createMessageID(AttributedURI value)
|
JAXBElement<Relationship> |
ObjectFactory.createRelatesTo(Relationship value)
|
JAXBElement<ReplyAfterType> |
ObjectFactory.createReplyAfter(ReplyAfterType value)
|
JAXBElement<EndpointReferenceType> |
ObjectFactory.createReplyTo(EndpointReferenceType value)
|
JAXBElement<AttributedURI> |
ObjectFactory.createTo(AttributedURI value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributedQNameType> |
ObjectFactory.createInterfaceName(AttributedQNameType value)
|
JAXBElement<ServiceNameType> |
ObjectFactory.createServiceName(ServiceNameType value)
|
JAXBElement<UsingAddressing> |
ObjectFactory.createUsingAddressing(UsingAddressing value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributedDateTime> |
ObjectFactory.createCreated(AttributedDateTime value)
|
JAXBElement<AttributedDateTime> |
ObjectFactory.createExpires(AttributedDateTime value)
|
JAXBElement<TimestampType> |
ObjectFactory.createTimestamp(TimestampType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AddressType> |
ObjectFactory.createAddress(AddressType value)
|
JAXBElement<BindingType> |
ObjectFactory.createBinding(BindingType value)
|
JAXBElement<OperationType> |
ObjectFactory.createOperation(OperationType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<EncryptedHeaderType> |
ObjectFactory.createEncryptedHeader(EncryptedHeaderType value)
|
JAXBElement<Long> |
ObjectFactory.createIteration(Long value)
|
JAXBElement<byte[]> |
ObjectFactory.createSalt(byte[] value)
|
JAXBElement<SignatureConfirmationType> |
ObjectFactory.createSignatureConfirmation(SignatureConfirmationType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<DerivedKeyTokenType> |
ObjectFactory.createDerivedKeyToken(DerivedKeyTokenType value)
|
JAXBElement<String> |
ObjectFactory.createIdentifier(String value)
|
JAXBElement<String> |
ObjectFactory.createInstance(String value)
|
JAXBElement<String> |
ObjectFactory.createLabel(String value)
|
JAXBElement<String> |
ObjectFactory.createName(String value)
|
JAXBElement<byte[]> |
ObjectFactory.createNonce(byte[] value)
|
JAXBElement<SecurityContextTokenType> |
ObjectFactory.createSecurityContextToken(SecurityContextTokenType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<DerivedKeyTokenType> |
ObjectFactory.createDerivedKeyToken(DerivedKeyTokenType value)
|
JAXBElement<String> |
ObjectFactory.createIdentifier(String value)
|
JAXBElement<String> |
ObjectFactory.createInstance(String value)
|
JAXBElement<String> |
ObjectFactory.createLabel(String value)
|
JAXBElement<String> |
ObjectFactory.createName(String value)
|
JAXBElement<byte[]> |
ObjectFactory.createNonce(byte[] value)
|
JAXBElement<SecurityContextTokenType> |
ObjectFactory.createSecurityContextToken(SecurityContextTokenType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributedDateTime> |
ObjectFactory.createCreated(AttributedDateTime value)
|
JAXBElement<AttributedDateTime> |
ObjectFactory.createExpires(AttributedDateTime value)
|
JAXBElement<TimestampType> |
ObjectFactory.createTimestamp(TimestampType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<T> |
Unmarshal.run() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ConstraintMappingsType> |
ObjectFactory.createConstraintMappings(ConstraintMappingsType value)
|
JAXBElement<AnnotationType> |
ObjectFactory.createElementTypeAnnotation(AnnotationType value)
|
JAXBElement<String> |
ObjectFactory.createElementTypeValue(String value)
|
JAXBElement<ValidationConfigType> |
ObjectFactory.createValidationConfig(ValidationConfigType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<?> |
JAXBElementProvider.readFrom(Class<JAXBElement<?>> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
<T> JAXBElement<T> |
SecureUnmarshaller.unmarshal(Node node,
Class<T> declaredType) |
<T> JAXBElement<T> |
SecureUnmarshaller.unmarshal(Source source,
Class<T> declaredType) |
<T> JAXBElement<T> |
SecureUnmarshaller.unmarshal(XMLEventReader reader,
Class<T> declaredType) |
<T> JAXBElement<T> |
SecureUnmarshaller.unmarshal(XMLStreamReader reader,
Class<T> declaredType) |
static JAXBElement<?> |
JAXBXmlTypeProvider.wrapInJAXBElement(Object t,
Class<?> type)
If this object is managed by an XmlRegistry, this method will invoke the registry and wrap the object in
a JAXBElement so that it can be marshalled.
|
Modifier and Type | Method and Description |
---|---|
List<JAXBElement<JaxbMap.Entry>> |
JaxbMap.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
JAXBElementProvider.writeTo(JAXBElement<?> t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<?> |
JAXBElementProvider.readFrom(Class<JAXBElement<?>> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
<T> JAXBElement<T> |
JettisonMappedUnmarshaller.unmarshal(Node node,
Class<T> tClass) |
<T> JAXBElement<T> |
BadgerUnmarshaller.unmarshal(Node node,
Class<T> tClass) |
<T> JAXBElement<T> |
JettisonMappedUnmarshaller.unmarshal(Source source,
Class<T> tClass) |
<T> JAXBElement<T> |
BadgerUnmarshaller.unmarshal(Source source,
Class<T> tClass) |
<T> JAXBElement<T> |
JettisonMappedUnmarshaller.unmarshal(XMLEventReader xmlEventReader,
Class<T> tClass) |
<T> JAXBElement<T> |
BadgerUnmarshaller.unmarshal(XMLEventReader xmlEventReader,
Class<T> tClass) |
<T> JAXBElement<T> |
JettisonMappedUnmarshaller.unmarshal(XMLStreamReader xmlStreamReader,
Class<T> tClass) |
<T> JAXBElement<T> |
BadgerUnmarshaller.unmarshal(XMLStreamReader xmlStreamReader,
Class<T> tClass) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<Notification> |
ObjectFactory.createAborted(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createCommit(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createCommitted(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createPrepare(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createPrepared(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createReadOnly(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createRollback(Notification value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<CreateCoordinationContextType> |
ObjectFactory.createCreateCoordinationContext(CreateCoordinationContextType value)
|
JAXBElement<CreateCoordinationContextResponseType> |
ObjectFactory.createCreateCoordinationContextResponse(CreateCoordinationContextResponseType value)
|
JAXBElement<RegisterType> |
ObjectFactory.createRegister(RegisterType value)
|
JAXBElement<RegisterResponseType> |
ObjectFactory.createRegisterResponse(RegisterResponseType value)
|
Modifier and Type | Method and Description |
---|---|
static void |
TransformerUtil.transform(JAXBContext context,
JAXBElement<?> jaxb,
Result result) |
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<?>> |
ComplexAuthenticatorType.content |
protected List<JAXBElement<?>> |
AuthenticatorBaseType.content |
Modifier and Type | Method and Description |
---|---|
List<JAXBElement<?>> |
ComplexAuthenticatorType.getContent()
Gets the rest of the content model.
|
List<JAXBElement<?>> |
AuthenticatorBaseType.getContent()
Gets the rest of the content model.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Body> |
ObjectFactory.createBody(Body value)
|
JAXBElement<Envelope> |
ObjectFactory.createEnvelope(Envelope value)
|
JAXBElement<Fault> |
ObjectFactory.createFault(Fault value)
|
JAXBElement<Header> |
ObjectFactory.createHeader(Header value)
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.