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

Packages that use MarshallingContext
org.jboss.xb.binding   
org.jboss.xb.binding.sunday.marshalling   
 

Uses of MarshallingContext in org.jboss.xb.binding
 

Methods in org.jboss.xb.binding with parameters of type MarshallingContext
 Object DelegatingObjectModelProvider.getAttributeValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object GenericObjectModelProvider.getAttributeValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object MappingObjectModelProvider.getAttributeValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object DelegatingObjectModelProvider.getChildren(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object GenericObjectModelProvider.getChildren(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object MappingObjectModelProvider.getChildren(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object DelegatingObjectModelProvider.getElementValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object GenericObjectModelProvider.getElementValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object MappingObjectModelProvider.getElementValue(Object o, MarshallingContext ctx, String namespaceURI, String localName)
           
 Object DelegatingObjectModelProvider.getRoot(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)
           
 void ObjectLocalMarshaller.marshal(MarshallingContext ctx, Object o)
           
 

Uses of MarshallingContext in org.jboss.xb.binding.sunday.marshalling
 

Subinterfaces of MarshallingContext in org.jboss.xb.binding.sunday.marshalling
 interface MarshallingContext
           
 



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