Uses of Class
javax.xml.bind.attachment.AttachmentUnmarshaller

Packages that use AttachmentUnmarshaller
javax.xml.bind   
javax.xml.bind.helpers   
 

Uses of AttachmentUnmarshaller in javax.xml.bind
 

Methods in javax.xml.bind that return AttachmentUnmarshaller
 AttachmentUnmarshaller Unmarshaller.getAttachmentUnmarshaller()
           
 

Methods in javax.xml.bind with parameters of type AttachmentUnmarshaller
 void Unmarshaller.setAttachmentUnmarshaller(AttachmentUnmarshaller au)
           
 

Uses of AttachmentUnmarshaller in javax.xml.bind.helpers
 

Methods in javax.xml.bind.helpers that return AttachmentUnmarshaller
 AttachmentUnmarshaller AbstractUnmarshallerImpl.getAttachmentUnmarshaller()
           
 

Methods in javax.xml.bind.helpers with parameters of type AttachmentUnmarshaller
 void AbstractUnmarshallerImpl.setAttachmentUnmarshaller(AttachmentUnmarshaller au)
           
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.