当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
WSDLDefinitionFactory (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.webservice
Class WSDLDefinitionFactory
java.lang.Object
org.jboss.webservice.WSDLDefinitionFactory
- public class WSDLDefinitionFactory
- extends Object
A factory that creates a WSDL Definition
from an URL.
- Since:
- 15-April-2004
- Author:
- Thomas.Diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEATURE_IMPORT_DOCUMENTS
public static final String FEATURE_IMPORT_DOCUMENTS
- See Also:
- Constant Field Values
FEATURE_VERBOSE
public static final String FEATURE_VERBOSE
- See Also:
- Constant Field Values
newInstance
public static WSDLDefinitionFactory newInstance()
throws javax.wsdl.WSDLException
- Create a new instance of a wsdl factory
- Throws:
javax.wsdl.WSDLException
setFeature
public void setFeature(String name,
boolean value)
throws IllegalArgumentException
- Set a feature on the underlying reader
- Throws:
IllegalArgumentException
parse
public javax.wsdl.Definition parse(URL wsdlLocation)
throws javax.wsdl.WSDLException
- Read the wsdl document from the given URL
- Throws:
javax.wsdl.WSDLException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.