Uses of Class
javax.xml.bind.attachment.AttachmentUnmarshaller
-
Packages that use AttachmentUnmarshaller 软件包 描述 javax.xml.bind 为客户端应用程序提供运行时绑定框架,包括解组,编组和验证功能。javax.xml.bind.helpers 仅限JAXB提供程序使用:为某些javax.xml.bind
接口提供部分默认实现。 -
-
Uses of AttachmentUnmarshaller in javax.xml.bind
Methods in javax.xml.bind that return AttachmentUnmarshaller Modifier and Type 方法 描述 AttachmentUnmarshaller
Unmarshaller. getAttachmentUnmarshaller()
Methods in javax.xml.bind with parameters of type AttachmentUnmarshaller Modifier and Type 方法 描述 void
Unmarshaller. setAttachmentUnmarshaller(AttachmentUnmarshaller au)
将解析cid,content-id URI的上下文关联到作为附件传递的二进制数据。 -
Uses of AttachmentUnmarshaller in javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that return AttachmentUnmarshaller Modifier and Type 方法 描述 AttachmentUnmarshaller
AbstractUnmarshallerImpl. getAttachmentUnmarshaller()
Methods in javax.xml.bind.helpers with parameters of type AttachmentUnmarshaller Modifier and Type 方法 描述 void
AbstractUnmarshallerImpl. setAttachmentUnmarshaller(AttachmentUnmarshaller au)
-