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

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

Uses of AttachmentMarshaller in javax.xml.bind
 

Methods in javax.xml.bind that return AttachmentMarshaller
 AttachmentMarshaller Marshaller.getAttachmentMarshaller()
           
 

Methods in javax.xml.bind with parameters of type AttachmentMarshaller
 void Marshaller.setAttachmentMarshaller(AttachmentMarshaller am)
           
 

Uses of AttachmentMarshaller in javax.xml.bind.helpers
 

Methods in javax.xml.bind.helpers that return AttachmentMarshaller
 AttachmentMarshaller AbstractMarshallerImpl.getAttachmentMarshaller()
           
 

Methods in javax.xml.bind.helpers with parameters of type AttachmentMarshaller
 void AbstractMarshallerImpl.setAttachmentMarshaller(AttachmentMarshaller am)
           
 



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