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