com.eviware.soapui.impl.wsdl.support
Class WsdlContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlContext
public WsdlContext(java.lang.String url)
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.