Searched refs:Unmarshaller (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/util/
H A DJAXBResult.java30 import javax.xml.bind.Unmarshaller;
82 * necessary Unmarshaller. This parameter must not be null.
92 * Unmarshaller to unmarshal an object.
95 * This JAXBResult object will use the specified Unmarshaller
97 * same Unmarshaller for other purposes while it is being
102 * to configure Unmarshaller. Unless you know what you are doing,
107 * JAXBResult or the Unmarshaller parameter is null.
109 public JAXBResult( Unmarshaller _unmarshaller ) throws JAXBException {
120 * Unmarshaller that will be used to unmarshal
147 private static Unmarshaller assertionFaile
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DPool.java130 public static final class Unmarshaller extends Pool<javax.xml.bind.Unmarshaller> { class in class:Pool
133 public Unmarshaller(JAXBContext context) { method in class:Pool.Unmarshaller
137 protected javax.xml.bind.Unmarshaller create() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/
H A DIDResolver.java30 import javax.xml.bind.Unmarshaller;
44 * {@link Unmarshaller#setProperty(String, Object)} to ovierride the ID/IDREF
77 * Since one {@link Unmarshaller} may be used multiple times
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DClassResolver.java29 import javax.xml.bind.Unmarshaller;
53 * A {@link ClassResolver} instance can be specified on {@link Unmarshaller} via
54 * {@link Unmarshaller#setProperty(String, Object)} as follows:
61 * When an {@link Unmarshaller} encounters (i) an unknown root element or (ii) unknown
H A DBridge.java33 import javax.xml.bind.Unmarshaller;
191 private T exit(T r, Unmarshaller u) {
220 Unmarshaller u = context.unmarshallerPool.take();
227 public abstract @NotNull T unmarshal(@NotNull Unmarshaller u, @NotNull XMLStreamReader in) throws JAXBException;
252 Unmarshaller u = context.unmarshallerPool.take();
259 public abstract @NotNull T unmarshal(@NotNull Unmarshaller u, @NotNull Source in) throws JAXBException;
278 Unmarshaller u = context.unmarshallerPool.take();
284 public abstract @NotNull T unmarshal(@NotNull Unmarshaller u, @NotNull InputStream in) throws JAXBException;
307 Unmarshaller u = context.unmarshallerPool.take();
314 public abstract @NotNull T unmarshal(@NotNull Unmarshaller contex
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DMarshallerBridge.java38 import javax.xml.bind.Unmarshaller;
102 public Object unmarshal(Unmarshaller u, XMLStreamReader in) {
106 public Object unmarshal(Unmarshaller u, Source in) {
110 public Object unmarshal(Unmarshaller u, InputStream in) {
114 public Object unmarshal(Unmarshaller u, Node n) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBridgeAdapter.java36 import javax.xml.bind.Unmarshaller;
112 public @NotNull InMemory unmarshal(Unmarshaller u, XMLStreamReader in) throws JAXBException {
116 public @NotNull InMemory unmarshal(Unmarshaller u, Source in) throws JAXBException {
120 public @NotNull InMemory unmarshal(Unmarshaller u, InputStream in) throws JAXBException {
124 public @NotNull InMemory unmarshal(Unmarshaller u, Node n) throws JAXBException {
132 private @NotNull InMemory adaptU(Unmarshaller _u, OnWire v) throws JAXBException {
H A DBridgeImpl.java35 import javax.xml.bind.Unmarshaller;
107 public @NotNull T unmarshal(Unmarshaller _u, XMLStreamReader in) throws JAXBException {
112 public @NotNull T unmarshal(Unmarshaller _u, Source in) throws JAXBException {
117 public @NotNull T unmarshal(Unmarshaller _u, InputStream in) throws JAXBException {
122 public @NotNull T unmarshal(Unmarshaller _u, Node n) throws JAXBException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLoader.java31 import javax.xml.bind.Unmarshaller;
192 Unmarshaller.Listener listener = context.parent.getListener();
212 Unmarshaller.Listener listener = context.parent.getListener();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeader.java40 import javax.xml.bind.Unmarshaller;
243 public <T> T readAsJAXB(Unmarshaller unmarshaller) throws JAXBException;
H A DFilterMessageImpl.java40 import javax.xml.bind.Unmarshaller;
126 public <T> T readPayloadAsJAXB(Unmarshaller unmarshaller) throws JAXBException {
H A DMessage.java55 import javax.xml.bind.Unmarshaller;
519 public abstract <T> T readPayloadAsJAXB(Unmarshaller unmarshaller) throws JAXBException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DDOMHeader.java39 import javax.xml.bind.Unmarshaller;
81 public <T> T readAsJAXB(Unmarshaller unmarshaller) throws JAXBException {
H A DAbstractHeaderImpl.java39 import javax.xml.bind.Unmarshaller;
66 public <T> T readAsJAXB(Unmarshaller unmarshaller) throws JAXBException {
H A DDOMMessage.java43 import javax.xml.bind.Unmarshaller;
111 public <T> T readPayloadAsJAXB(Unmarshaller unmarshaller) throws JAXBException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/stream/
H A DPayloadStreamReaderMessage.java41 import javax.xml.bind.Unmarshaller;
101 public <T> T readPayloadAsJAXB(Unmarshaller unmarshaller) throws JAXBException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DAnnotationParserFactoryImpl.java29 import javax.xml.bind.Unmarshaller;
70 private Unmarshaller u = BindInfo.getJAXBContext().createUnmarshaller();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DJAXBDispatch.java44 import javax.xml.bind.Unmarshaller;
77 Unmarshaller unmarshaller = jaxbcontext.createUnmarshaller();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DMemberSubmissionEndpointReference.java36 import javax.xml.bind.Unmarshaller;
88 Unmarshaller unmarshaller = MemberSubmissionEndpointReference.msjc.createUnmarshaller();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/source/
H A DProtocolSourceMessage.java37 import javax.xml.bind.Unmarshaller;
119 public <T> T readPayloadAsJAXB(Unmarshaller unmarshaller) throws JAXBException {
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBContext.java95 * The {@link Unmarshaller} class provides the client application the ability
113 * Unmarshaller u = jc.createUnmarshaller();
176 * Unmarshaller u = jc.createUnmarshaller();
193 * In JAXB 2.0, the {@link Unmarshaller} has included convenince methods that expose
195 * {@link Unmarshaller#setSchema(javax.xml.validation.Schema)} API for more
258 * @see Unmarshaller
641 * Create an <tt>Unmarshaller</tt> object that can be used to convert XML
644 * @return an <tt>Unmarshaller</tt> object
647 * <tt>Unmarshaller</tt> object
649 public abstract Unmarshaller createUnmarshalle
[all...]
H A DUnmarshaller.java34 * The <tt>Unmarshaller</tt> class governs the process of deserializing XML
44 * Unmarshaller u = jc.createUnmarshaller();
56 * Unmarshaller u = jc.createUnmarshaller();
66 * Unmarshaller u = jc.createUnmarshaller();
78 * Unmarshaller u = jc.createUnmarshaller();
89 * Unmarshaller u = jc.createUnmarshaller();
134 * Unmarshaller u = jc.createUnmarshaller();
157 * Unmarshaller u = jc.createUnmarshaller();
171 * Unmarshaller u = jc.createUnmarshaller();
210 * instance is the one that was used to create this <tt>Unmarshaller</t
409 public interface Unmarshaller { interface
[all...]
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DXmlConfigUtils.java54 import javax.xml.bind.Unmarshaller;
242 final Unmarshaller u = createUnmarshaller();
292 // Creates a JAXB Unmarshaller.
293 private static Unmarshaller createUnmarshaller() throws JAXBException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DLogicalMessageImpl.java43 import javax.xml.bind.Unmarshaller;
245 Unmarshaller unmarshaller = context.createUnmarshaller();
284 Unmarshaller unmarshaller = context.createUnmarshaller();
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DGenerator.java31 import javax.xml.bind.Unmarshaller;
109 Unmarshaller u = ctx.createUnmarshaller();

Completed in 65 milliseconds

12