org.jboss.ejb.plugins.jaws.deployment
Class TypeMappings
java.lang.Object
|
+--java.beans.beancontext.BeanContextChildSupport
|
+--java.beans.beancontext.BeanContextSupport
|
+--org.jboss.ejb.plugins.jaws.deployment.TypeMappings
- All Implemented Interfaces:
- java.beans.beancontext.BeanContext, java.beans.beancontext.BeanContextChild, java.beans.beancontext.BeanContextChildComponentProxy, java.beans.beancontext.BeanContextServiceRevokedListener, java.beans.beancontext.BeanContextServicesListener, java.util.Collection, java.beans.DesignMode, java.util.EventListener, java.beans.PropertyChangeListener, java.io.Serializable, java.beans.VetoableChangeListener, java.beans.Visibility, com.dreambean.ejx.xml.XmlExternalizable
- public class TypeMappings
- extends java.beans.beancontext.BeanContextSupport
- implements java.beans.beancontext.BeanContextChildComponentProxy, com.dreambean.ejx.xml.XmlExternalizable
- Version:
- $Revision: 1.3 $
- Author:
- Rickard Öberg (rickard.oberg@telkel.com)
- See Also:
- , Serialized Form
Inner classes inherited from class java.beans.beancontext.BeanContextSupport |
java.beans.beancontext.BeanContextSupport.BCSChild, java.beans.beancontext.BeanContextSupport.BCSIterator |
Fields inherited from class java.beans.beancontext.BeanContextSupport |
bcmListeners, children, designTime, locale, okToUseGui |
Fields inherited from class java.beans.beancontext.BeanContextChildSupport |
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport |
Fields inherited from interface java.beans.beancontext.BeanContext |
globalHierarchyLock |
Fields inherited from interface java.beans.DesignMode |
PROPERTYNAME |
Methods inherited from class java.beans.beancontext.BeanContextSupport |
add, addAll, addBeanContextMembershipListener, avoidingGui, bcsChildren, bcsPreDeserializationHook, bcsPreSerializationHook, childDeserializedHook, childJustAddedHook, childJustRemovedHook, classEquals, clear, contains, containsAll, containsKey, copyChildren, createBCSChild, deserialize, dontUseGui, fireChildrenAdded, fireChildrenRemoved, getBeanContextPeer, getChildBeanContextChild, getChildBeanContextMembershipListener, getChildPropertyChangeListener, getChildSerializable, getChildVetoableChangeListener, getChildVisibility, getLocale, getResource, getResourceAsStream, initialize, instantiateChild, isDesignTime, isEmpty, isSerializing, iterator, needsGui, okToUseGui, propertyChange, readChildren, remove, remove, removeAll, removeBeanContextMembershipListener, retainAll, serialize, setDesignTime, setLocale, size, toArray, toArray, validatePendingAdd, validatePendingRemove, vetoableChange, writeChildren |
Methods inherited from class java.beans.beancontext.BeanContextChildSupport |
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, initializeBeanContextResources, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.beans.beancontext.BeanContextChild |
addPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext |
Methods inherited from interface java.util.Collection |
equals, hashCode |
TypeMappings
public TypeMappings()
createTypeMapping
public void createTypeMapping(java.lang.String name)
throws java.io.IOException,
java.lang.ClassNotFoundException
addTypeMapping
public TypeMapping addTypeMapping()
throws java.io.IOException,
java.lang.ClassNotFoundException
getTypeMapping
public TypeMapping getTypeMapping(java.lang.String name)
getComponent
public java.awt.Component getComponent()
- Specified by:
getComponent
in interface java.beans.beancontext.BeanContextChildComponentProxy
exportXml
public org.w3c.dom.Element exportXml(org.w3c.dom.Document doc)
throws java.lang.Exception
- Specified by:
exportXml
in interface com.dreambean.ejx.xml.XmlExternalizable
importXml
public void importXml(org.w3c.dom.Element elt)
throws java.lang.Exception
- Specified by:
importXml
in interface com.dreambean.ejx.xml.XmlExternalizable
Copyright © 2000 The jBoss Organization. All Rights Reserved.