org.jboss.webservice.metadata.wsdl
Class WSDL11DefinitionFactory

java.lang.Object
  extended by org.jboss.webservice.metadata.wsdl.WSDL11DefinitionFactory

public class WSDL11DefinitionFactory
extends Object

A factory that creates a WSDL-1.1 Definition from an URL.

Since:
15-April-2004
Author:
Thomas.Diesler@jboss.org

Nested Class Summary
static class WSDL11DefinitionFactory.WSDLLocatorImpl
           
 
Field Summary
static String FEATURE_IMPORT_DOCUMENTS
           
static String FEATURE_VERBOSE
           
 
Method Summary
static WSDL11DefinitionFactory newInstance()
          Create a new instance of a wsdl factory
 javax.wsdl.Definition parse(URL wsdlLocation)
          Read the wsdl document from the given URL
 void setFeature(String name, boolean value)
          Set a feature on the underlying reader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

newInstance

public static WSDL11DefinitionFactory 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.