当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
MetaDataRegistry (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
org.jboss.webservice.deployment
Class MetaDataRegistry
java.lang.Object
org.jboss.webservice.deployment.MetaDataRegistry
- public class MetaDataRegistry
- extends Object
A registry that holds typeMapping child elements.
For example the ws4ee-deployment.xml may contain a typeMapping like this, then
the
element will be registered under the qname {http://MarshallTest.org/xsd}AllStruct
- Since:
- 08-June-2004
- Author:
- thomas.diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaDataRegistry
public MetaDataRegistry()
registerTypeMappingMetaData
public void registerTypeMappingMetaData(TypeMappingDescription typeMapping)
getTypeMappingMetaData
public BeanXMLMetaData getTypeMappingMetaData(javax.xml.namespace.QName typeName)
isTypeMappingMetaDataRegisterd
public boolean isTypeMappingMetaDataRegisterd(javax.xml.namespace.QName typeName)
unregisterTypeMappingMetaData
public void unregisterTypeMappingMetaData(javax.xml.namespace.QName typeName)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.