Searched refs:AttachmentUnmarshaller (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DBridgeContext.java30 import javax.xml.bind.attachment.AttachmentUnmarshaller;
77 * Sets the {@link AttachmentUnmarshaller}.
81 public abstract void setAttachmentUnmarshaller(AttachmentUnmarshaller m);
92 * Gets the last {@link AttachmentUnmarshaller} set through
93 * {@link AttachmentUnmarshaller}.
97 public abstract AttachmentUnmarshaller getAttachmentUnmarshaller();
H A DBridge.java35 import javax.xml.bind.attachment.AttachmentUnmarshaller;
219 public final @NotNull T unmarshal(@NotNull XMLStreamReader in, @Nullable AttachmentUnmarshaller au) throws JAXBException {
251 public final @NotNull T unmarshal(@NotNull Source in, @Nullable AttachmentUnmarshaller au) throws JAXBException {
306 public final @NotNull T unmarshal(@NotNull Node n, @Nullable AttachmentUnmarshaller au) throws JAXBException {
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/attachment/
H A DAttachmentUnmarshaller.java61 * @see javax.xml.bind.Unmarshaller#setAttachmentUnmarshaller(AttachmentUnmarshaller)
67 public abstract class AttachmentUnmarshaller { class
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DSwaRefAdapter.java34 import javax.xml.bind.attachment.AttachmentUnmarshaller;
60 AttachmentUnmarshaller au = UnmarshallingContext.getInstance().parent.getAttachmentUnmarshaller();
H A DBridgeContextImpl.java31 import javax.xml.bind.attachment.AttachmentUnmarshaller;
65 public void setAttachmentUnmarshaller(AttachmentUnmarshaller u) {
73 public AttachmentUnmarshaller getAttachmentUnmarshaller() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DMTOMDecorator.java29 import javax.xml.bind.attachment.AttachmentUnmarshaller;
46 private final AttachmentUnmarshaller au;
67 public MTOMDecorator(UnmarshallerImpl parent,XmlVisitor next, AttachmentUnmarshaller au) {
H A DUnmarshallerImpl.java41 import javax.xml.bind.attachment.AttachmentUnmarshaller;
101 private AttachmentUnmarshaller attachmentUnmarshaller;
466 public AttachmentUnmarshaller getAttachmentUnmarshaller() {
471 public void setAttachmentUnmarshaller(AttachmentUnmarshaller au) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DAttachmentUnmarshallerImpl.java34 import javax.xml.bind.attachment.AttachmentUnmarshaller;
38 * Implementation of {@link AttachmentUnmarshaller} that uses
44 public final class AttachmentUnmarshallerImpl extends AttachmentUnmarshaller {
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DUnmarshaller.java29 import javax.xml.bind.attachment.AttachmentUnmarshaller;
1061 void setAttachmentUnmarshaller(AttachmentUnmarshaller au);
1063 AttachmentUnmarshaller getAttachmentUnmarshaller();
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java40 import javax.xml.bind.attachment.AttachmentUnmarshaller;
420 public void setAttachmentUnmarshaller(AttachmentUnmarshaller au) {
424 public AttachmentUnmarshaller getAttachmentUnmarshaller() {

Completed in 1486 milliseconds