Removed the 'ws-' prefix from 'service-activator' now that it is qualified by its namespace.

This commit is contained in:
Mark Fisher
2008-09-19 22:28:47 +00:00
parent 6cc2c60173
commit 0d947ed872
5 changed files with 52 additions and 52 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.beans.factory.xml.NamespaceHandlerSupport;
public class WsNamespaceHandler extends NamespaceHandlerSupport {
public void init() {
this.registerBeanDefinitionParser("ws-service-activator", new WebServiceHandlerParser());
this.registerBeanDefinitionParser("service-activator", new WebServiceHandlerParser());
}
}

View File

@@ -16,7 +16,7 @@
]]></xsd:documentation>
</xsd:annotation>
<xsd:element name="ws-service-activator">
<xsd:element name="service-activator">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>