Uses of Class
jakarta.xml.bind.JAXBElement
-
-
Uses of JAXBElement in jakarta.xml.bind
Methods in jakarta.xml.bind that return JAXBElement Modifier and Type Method Description abstract <T> JAXBElement<T>Binder. unmarshal(XmlNode xmlNode, Class<T> declaredType)Unmarshal XML root element by provideddeclaredTypeto a Jakarta XML Binding object tree.<T> JAXBElement<T>Unmarshaller. unmarshal(XMLEventReader reader, Class<T> declaredType)Unmarshal root element to Jakarta XML Binding mappeddeclaredTypeand return the resulting content tree.<T> JAXBElement<T>Unmarshaller. unmarshal(XMLStreamReader reader, Class<T> declaredType)Unmarshal root element to Jakarta XML Binding mappeddeclaredTypeand return the resulting content tree.<T> JAXBElement<T>Unmarshaller. unmarshal(Source source, Class<T> declaredType)Unmarshal XML data from the specified XML Source bydeclaredTypeand return the resulting content tree.<T> JAXBElement<T>Unmarshaller. unmarshal(Node node, Class<T> declaredType)Unmarshal XML data by Jakarta XML Binding mappeddeclaredTypeand return the resulting content tree. -
Uses of JAXBElement in jakarta.xml.bind.helpers
Methods in jakarta.xml.bind.helpers that return JAXBElement Modifier and Type Method Description <T> JAXBElement<T>AbstractUnmarshallerImpl. unmarshal(XMLEventReader reader, Class<T> expectedType)<T> JAXBElement<T>AbstractUnmarshallerImpl. unmarshal(XMLStreamReader reader, Class<T> expectedType)<T> JAXBElement<T>AbstractUnmarshallerImpl. unmarshal(Source source, Class<T> expectedType)<T> JAXBElement<T>AbstractUnmarshallerImpl. unmarshal(Node node, Class<T> expectedType) -
Uses of JAXBElement in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb that return JAXBElement Modifier and Type Method Description static <T> JAXBElement<T>JAXBUtils. unmarshall(JAXBContext c, XMLStreamReader reader, Class<T> cls)static <T> JAXBElement<T>JAXBUtils. unmarshall(JAXBContext c, Element e, Class<T> cls) -
Uses of JAXBElement in org.apache.cxf.configuration.security
Methods in org.apache.cxf.configuration.security that return JAXBElement Modifier and Type Method Description JAXBElement<AuthorizationPolicy>ObjectFactory. createAuthorization(AuthorizationPolicy value) -
Uses of JAXBElement in org.apache.cxf.ws.addressing
-
Uses of JAXBElement in org.apache.cxf.ws.addressing.v200403
Methods in org.apache.cxf.ws.addressing.v200403 that return JAXBElement Modifier and Type Method 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) -
Uses of JAXBElement in org.apache.cxf.ws.addressing.v200408
Methods in org.apache.cxf.ws.addressing.v200408 that return JAXBElement Modifier and Type Method 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) -
Uses of JAXBElement in org.apache.cxf.ws.addressing.wsdl
Methods in org.apache.cxf.ws.addressing.wsdl that return JAXBElement Modifier and Type Method Description JAXBElement<AttributedQNameType>ObjectFactory. createInterfaceName(AttributedQNameType value)JAXBElement<ServiceNameType>ObjectFactory. createServiceName(ServiceNameType value)JAXBElement<UsingAddressing>ObjectFactory. createUsingAddressing(UsingAddressing value) -
Uses of JAXBElement in org.apache.cxf.ws.security.sts.provider.model
-
Uses of JAXBElement in org.apache.cxf.ws.security.sts.provider.model.secext
-
Uses of JAXBElement in org.apache.cxf.ws.security.sts.provider.model.utility
Methods in org.apache.cxf.ws.security.sts.provider.model.utility that return JAXBElement Modifier and Type Method Description JAXBElement<AttributedDateTime>ObjectFactory. createCreated(AttributedDateTime value)JAXBElement<AttributedDateTime>ObjectFactory. createExpires(AttributedDateTime value)JAXBElement<TimestampType>ObjectFactory. createTimestamp(TimestampType value) -
Uses of JAXBElement in org.apache.cxf.ws.security.sts.provider.model.wstrust14
-
Uses of JAXBElement in org.apache.cxf.ws.security.sts.provider.model.xmldsig
-
Uses of JAXBElement in org.apache.cxf.wsdl.http
Methods in org.apache.cxf.wsdl.http that return JAXBElement Modifier and Type Method Description JAXBElement<AddressType>ObjectFactory. createAddress(AddressType value)JAXBElement<BindingType>ObjectFactory. createBinding(BindingType value)JAXBElement<OperationType>ObjectFactory. createOperation(OperationType value) -
Uses of JAXBElement in org.apache.wss4j.binding.wss10
-
Uses of JAXBElement in org.apache.wss4j.binding.wss11
Methods in org.apache.wss4j.binding.wss11 that return JAXBElement Modifier and Type Method 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) -
Uses of JAXBElement in org.apache.wss4j.binding.wssc13
Methods in org.apache.wss4j.binding.wssc13 that return JAXBElement Modifier and Type Method 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) -
Uses of JAXBElement in org.apache.wss4j.binding.wssc200502
Methods in org.apache.wss4j.binding.wssc200502 that return JAXBElement Modifier and Type Method 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) -
Uses of JAXBElement in org.apache.wss4j.binding.wsu10
Methods in org.apache.wss4j.binding.wsu10 that return JAXBElement Modifier and Type Method Description JAXBElement<AttributedDateTime>ObjectFactory. createCreated(AttributedDateTime value)JAXBElement<AttributedDateTime>ObjectFactory. createExpires(AttributedDateTime value)JAXBElement<TimestampType>ObjectFactory. createTimestamp(TimestampType value) -
Uses of JAXBElement in org.glassfish.jaxb.runtime.v2.model.runtime
Methods in org.glassfish.jaxb.runtime.v2.model.runtime that return types with arguments of type JAXBElement Modifier and Type Method Description Class<? extends JAXBElement>RuntimeElementInfo. getType()Returns the customJAXBElementclass tailored this element. -
Uses of JAXBElement in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return JAXBElement Modifier and Type Method Description JAXBElementElementBeanInfoImpl. createInstance(UnmarshallingContext context)JAXBElementElementBeanInfoImpl. createInstanceFromValue(Object o)<T> JAXBElement<T>BinderImpl. unmarshal(XmlNode xmlNode, Class<T> expectedType)Methods in org.glassfish.jaxb.runtime.v2.runtime that return types with arguments of type JAXBElement Modifier and Type Method Description Transducer<JAXBElement>ElementBeanInfoImpl. getTransducer()Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type JAXBElement Modifier and Type Method Description StringElementBeanInfoImpl. getElementLocalName(JAXBElement e)StringElementBeanInfoImpl. getElementNamespaceURI(JAXBElement e)StringElementBeanInfoImpl. getId(JAXBElement e, XMLSerializer target)booleanElementBeanInfoImpl. reset(JAXBElement e, UnmarshallingContext context)voidElementBeanInfoImpl. serializeAttributes(JAXBElement e, XMLSerializer target)voidElementBeanInfoImpl. serializeBody(JAXBElement element, XMLSerializer target)voidElementBeanInfoImpl. serializeRoot(JAXBElement e, XMLSerializer target)voidElementBeanInfoImpl. serializeURIs(JAXBElement e, XMLSerializer target) -
Uses of JAXBElement in org.glassfish.jaxb.runtime.v2.runtime.reflect
Fields in org.glassfish.jaxb.runtime.v2.runtime.reflect with type parameters of type JAXBElement Modifier and Type Field Description static Accessor<JAXBElement,Object>Accessor. JAXB_ELEMENT_VALUEAccessorforgetValue(). -
Uses of JAXBElement in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return JAXBElement Modifier and Type Method Description <T> JAXBElement<T>UnmarshallerImpl. unmarshal(XMLEventReader reader, Class<T> expectedType)<T> JAXBElement<T>UnmarshallerImpl. unmarshal(XMLStreamReader reader, Class<T> expectedType)<T> JAXBElement<T>UnmarshallerImpl. unmarshal(Source source, Class<T> expectedType)<T> JAXBElement<T>UnmarshallerImpl. unmarshal(Node node, Class<T> expectedType)protected <T> JAXBElement<T>UnmarshallerImpl. unmarshal(XMLReader reader, InputSource source, Class<T> expectedType) -
Uses of JAXBElement in org.jboss.jaxb.intros.configmodel
-
Uses of JAXBElement in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb that return JAXBElement Modifier and Type Method Description JAXBElement<?>JAXBElementProvider. readFrom(Class<JAXBElement<?>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)<T> JAXBElement<T>SecureUnmarshaller. unmarshal(XMLEventReader reader, Class<T> declaredType)<T> JAXBElement<T>SecureUnmarshaller. unmarshal(XMLStreamReader reader, Class<T> declaredType)<T> JAXBElement<T>SecureUnmarshaller. unmarshal(Source source, Class<T> declaredType)<T> JAXBElement<T>SecureUnmarshaller. unmarshal(Node node, 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.Methods in org.jboss.resteasy.plugins.providers.jaxb that return types with arguments of type JAXBElement Modifier and Type Method Description List<JAXBElement<JaxbMap.Entry>>JaxbMap. getValue()Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type JAXBElement Modifier and Type Method Description CompletionStage<Void>JAXBElementProvider. asyncWriteTo(JAXBElement<?> t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, AsyncOutputStream outputStream)voidJAXBElementProvider. writeTo(JAXBElement<?> t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream outputStream)Method parameters in org.jboss.resteasy.plugins.providers.jaxb with type arguments of type JAXBElement Modifier and Type Method Description JAXBElement<?>JAXBElementProvider. readFrom(Class<JAXBElement<?>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
-