Uses of Interface
org.jboss.xb.binding.sunday.unmarshalling.ElementInterceptor

Packages that use ElementInterceptor
org.jboss.xb.binding.sunday.unmarshalling   
org.jboss.xb.builder.runtime   
 

Uses of ElementInterceptor in org.jboss.xb.binding.sunday.unmarshalling
 

Classes in org.jboss.xb.binding.sunday.unmarshalling that implement ElementInterceptor
 class DefaultElementInterceptor
           
 

Fields in org.jboss.xb.binding.sunday.unmarshalling declared as ElementInterceptor
static ElementInterceptor DefaultElementInterceptor.INSTANCE
           
 

Fields in org.jboss.xb.binding.sunday.unmarshalling with type parameters of type ElementInterceptor
protected  List<ElementInterceptor> ElementBinding.interceptors
           
 

Methods in org.jboss.xb.binding.sunday.unmarshalling that return types with arguments of type ElementInterceptor
 List<ElementInterceptor> ElementBinding.getInterceptors()
           
 List<ElementInterceptor> TypeBinding.getInterceptors(QName qName)
          Returns a list of local interceptors for the element.
 

Methods in org.jboss.xb.binding.sunday.unmarshalling with parameters of type ElementInterceptor
 void ElementBinding.pushInterceptor(ElementInterceptor interceptor)
           
 void TypeBinding.pushInterceptor(QName qName, ElementInterceptor interceptor)
          Pushes a new interceptor for the specified element.
 

Uses of ElementInterceptor in org.jboss.xb.builder.runtime
 

Classes in org.jboss.xb.builder.runtime that implement ElementInterceptor
 class ChildCollectionInterceptor
          ChildCollectionInterceptor.
 class PropertyInterceptor
          PropertyInterceptor.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.