Uses of Interface
org.jboss.xb.binding.MarshallingContext

Packages that use MarshallingContext
org.jboss.xb.binding   
 

Uses of MarshallingContext in org.jboss.xb.binding
 

Methods in org.jboss.xb.binding with parameters of type MarshallingContext
 Object MappingObjectModelProvider.getAttributeValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object GenericObjectModelProvider.getAttributeValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object DelegatingObjectModelProvider.getAttributeValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object MappingObjectModelProvider.getChildren(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object GenericObjectModelProvider.getChildren(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object DelegatingObjectModelProvider.getChildren(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object MappingObjectModelProvider.getElementValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object GenericObjectModelProvider.getElementValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object DelegatingObjectModelProvider.getElementValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object ObjectModelProvider.getRoot(Object o, MarshallingContext ctx, String namespaceURI, String localName)
          Called by the framework when a root XML element is marshalled.
 Object MappingObjectModelProvider.getRoot(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object DelegatingObjectModelProvider.getRoot(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.