com.eviware.soapui.impl.wsdl.support
Class WsdlContext

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.WsdlContext

public class WsdlContext
extends java.lang.Object

Holder for WSDL4J Definitions and related SchemaTypeLoader types

Author:
Ole.Matzura

Constructor Summary
WsdlContext(java.lang.String url)
           
 
Method Summary
 org.apache.xmlbeans.SchemaType findType(javax.xml.namespace.QName typeName)
           
 javax.wsdl.Definition getDefinition()
           
 org.apache.xmlbeans.SchemaTypeLoader getSchemaTypes()
           
 java.lang.String getUrl()
           
 boolean hasSchemaTypes()
           
 void load()
           
 void setDefinition(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlContext

public WsdlContext(java.lang.String url)
Method Detail

getDefinition

public javax.wsdl.Definition getDefinition()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

setDefinition

public void setDefinition(java.lang.String url)

load

public void load()
          throws java.lang.Exception
Throws:
java.lang.Exception

getSchemaTypes

public org.apache.xmlbeans.SchemaTypeLoader getSchemaTypes()
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

hasSchemaTypes

public boolean hasSchemaTypes()
                       throws java.lang.Exception
Throws:
java.lang.Exception

findType

public org.apache.xmlbeans.SchemaType findType(javax.xml.namespace.QName typeName)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

getUrl

public java.lang.String getUrl()


Copyright © 2005 eviware.com. All Rights Reserved.