Uses of Class
org.plasma.config.TypeBinding

Packages that use TypeBinding
org.plasma.config Package level documentation for package org.plasma.config. 
org.plasma.config.adapter   
 

Uses of TypeBinding in org.plasma.config
 

Fields in org.plasma.config with type parameters of type TypeBinding
protected  java.util.List<TypeBinding> Namespace.typeBindings
           
 

Methods in org.plasma.config that return TypeBinding
 TypeBinding ObjectFactory.createTypeBinding()
          Create an instance of TypeBinding
 TypeBinding PlasmaConfig.findTypeBinding(java.lang.String uri, java.lang.String typeName)
           
 

Methods in org.plasma.config that return types with arguments of type TypeBinding
 javax.xml.bind.JAXBElement<TypeBinding> ObjectFactory.createNamespaceLink(TypeBinding value)
          Create an instance of JAXBElement<TypeBinding>}
 javax.xml.bind.JAXBElement<TypeBinding> ObjectFactory.createTypeBinding(TypeBinding value)
          Create an instance of JAXBElement<TypeBinding>}
 java.util.List<TypeBinding> Namespace.getTypeBindings()
          Gets the value of the typeBindings property.
 

Methods in org.plasma.config with parameters of type TypeBinding
 javax.xml.bind.JAXBElement<TypeBinding> ObjectFactory.createNamespaceLink(TypeBinding value)
          Create an instance of JAXBElement<TypeBinding>}
 javax.xml.bind.JAXBElement<TypeBinding> ObjectFactory.createTypeBinding(TypeBinding value)
          Create an instance of JAXBElement<TypeBinding>}
 void PlasmaConfig.remapTypeBinding(java.lang.String uri, TypeBinding typeBinding)
           
 

Uses of TypeBinding in org.plasma.config.adapter
 

Methods in org.plasma.config.adapter that return TypeBinding
 TypeBinding TypeBindingAdapter.getBinding()
           
 

Methods in org.plasma.config.adapter with parameters of type TypeBinding
 void NamespaceAdapter.addTypeBinding(TypeBinding typeBinding)
           
 void NamespaceAdapter.remapTypeBinding(TypeBinding typeBinding)
          Maps an existing type binding to the binding logical name.
 

Constructors in org.plasma.config.adapter with parameters of type TypeBinding
TypeBindingAdapter(NamespaceAdapter namespace, TypeBinding binding)
           
 



Copyright © 2013. All Rights Reserved.