<!ELEMENT extension (validator)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT validator EMPTY>
<!ATTLIST validator
class CDATA #REQUIRED
namespace CDATA #REQUIRED>
org.eclipse.wst.wsdl.validation.internal.wsdl11.IWSDL11Validator
.<extension point=
"org.eclipse.wst.wsdl.validation.wsdl11validator"
>
<validator class=
"org.eclipse.wst.wsdl.validation.internal.wsdl11.http.HTTPValidator"
namespace=
"http://schemas.xmlsoap.org/wsdl/http/"
/>
</extension>
org.eclipse.wst.wsdl.validation.internal.wsdl11.WSDL11Validator
.
org.eclipse.wst.wsdl.validation.internal.wsdl11.http.HTTPValdiator
Contributes validation logic for the namespace http://schemas.xmlsoap.org/wsdl/http/.
org.eclipse.wst.wsdl.validation.internal.wsdl11.mime.MIMEValdiator
Contributes validation logic for the namespace http://schemas.xmlsoap.org/wsdl/mime/.
org.eclipse.wst.wsdl.validation.internal.wsdl11.soap.SOAPValdiator
Contributes validation logic for the namespace http://schemas.xmlsoap.org/wsdl/soap/.
Copyright (c) 2000, 2006 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html