Searched refs:AttachmentUnmarshallerImpl (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DAttachmentUnmarshallerImpl.java44 public final class AttachmentUnmarshallerImpl extends AttachmentUnmarshaller { class in inherits:AttachmentUnmarshaller
48 public AttachmentUnmarshallerImpl(AttachmentSet attachments) { method in class:AttachmentUnmarshallerImpl
H A DDOMMessage.java113 unmarshaller.setAttachmentUnmarshaller(new AttachmentUnmarshallerImpl(getAttachments()));
123 hasAttachments()? new AttachmentUnmarshallerImpl(getAttachments()) : null);
H A DAbstractMessageImpl.java99 unmarshaller.setAttachmentUnmarshaller(new AttachmentUnmarshallerImpl(getAttachments()));
109 hasAttachments()? new AttachmentUnmarshallerImpl(getAttachments()) : null );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DResponseBuilder.java38 import com.sun.xml.internal.ws.message.AttachmentUnmarshallerImpl;
540 new AttachmentUnmarshallerImpl(msg.getAttachments()): null);
682 Object obj = bridge.unmarshal(r, (att != null)?new AttachmentUnmarshallerImpl(att):null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/saaj/
H A DSAAJMessage.java36 import com.sun.xml.internal.ws.message.AttachmentUnmarshallerImpl;
298 unmarshaller.setAttachmentUnmarshaller(new AttachmentUnmarshallerImpl(getAttachments()));
308 return bridge.unmarshal(payload,hasAttachments()? new AttachmentUnmarshallerImpl(getAttachments()) : null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/stream/
H A DStreamMessage.java42 import com.sun.xml.internal.ws.message.AttachmentUnmarshallerImpl;
236 unmarshaller.setAttachmentUnmarshaller(new AttachmentUnmarshallerImpl(getAttachments()));
252 hasAttachments() ? new AttachmentUnmarshallerImpl(getAttachments()) : null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DEndpointArgumentsBuilder.java38 import com.sun.xml.internal.ws.message.AttachmentUnmarshallerImpl;
540 new AttachmentUnmarshallerImpl(msg.getAttachments()): null);
665 Object obj = bridge.unmarshal(r, (att != null)?new AttachmentUnmarshallerImpl(att):null);

Completed in 50 milliseconds