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

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

Uses of MarshallingContext in org.jboss.xb.binding
 

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

Uses of MarshallingContext in org.jboss.xb.util
 

Methods in org.jboss.xb.util with parameters of type MarshallingContext
 void DomLocalMarshaller.marshal(MarshallingContext ctx, Object o)
           
 



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