Uses of Class
javax.xml.bind.Marshaller.Listener
-
Packages that use Marshaller.Listener 软件包 描述 javax.xml.bind 为客户端应用程序提供运行时绑定框架,包括解组,编组和验证功能。javax.xml.bind.helpers 仅限JAXB提供程序使用:为某些javax.xml.bind
接口提供部分默认实现。 -
-
Uses of Marshaller.Listener in javax.xml.bind
Methods in javax.xml.bind that return Marshaller.Listener Modifier and Type 方法 描述 Marshaller.Listener
Marshaller. getListener()
Methods in javax.xml.bind with parameters of type Marshaller.Listener Modifier and Type 方法 描述 void
Marshaller. setListener(Marshaller.Listener listener)
注册编组事件回调Marshaller.Listener
这个Marshaller
。 -
Uses of Marshaller.Listener in javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that return Marshaller.Listener Modifier and Type 方法 描述 Marshaller.Listener
AbstractMarshallerImpl. getListener()
Methods in javax.xml.bind.helpers with parameters of type Marshaller.Listener Modifier and Type 方法 描述 void
AbstractMarshallerImpl. setListener(Marshaller.Listener listener)
-