com.eviware.soapui.impl.support
Interface DefinitionContext<T extends Interface>

All Known Implementing Classes:
AbstractDefinitionContext, WadlDefinitionContext, WsdlContext

public interface DefinitionContext<T extends Interface>


Method Summary
 java.lang.String export(java.lang.String path)
           
 T getInterface()
           
 InterfaceDefinition<T> getInterfaceDefinition()
           
 boolean hasSchemaTypes()
           
 boolean isCached()
           
 

Method Detail

hasSchemaTypes

boolean hasSchemaTypes()

isCached

boolean isCached()

getInterface

T getInterface()

getInterfaceDefinition

InterfaceDefinition<T> getInterfaceDefinition()
                                                                throws java.lang.Exception
Throws:
java.lang.Exception

export

java.lang.String export(java.lang.String path)
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2008 eviware.com. All Rights Reserved.