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.Listener
Unmarshaller. getListener()
退货Unmarshaller.Listener
注册了这个Unmarshaller
。Methods in javax.xml.bind with parameters of type Unmarshaller.Listener Modifier and Type 方法 描述 void
Unmarshaller. 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.Listener
AbstractUnmarshallerImpl. getListener()
Methods in javax.xml.bind.helpers with parameters of type Unmarshaller.Listener Modifier and Type 方法 描述 void
AbstractUnmarshallerImpl. setListener(Unmarshaller.Listener listener)
-