Package | Description |
---|---|
com.eviware.soapui.impl |
Default implementations of core interfaces
|
com.eviware.soapui.impl.rest | |
com.eviware.soapui.impl.support | |
com.eviware.soapui.impl.support.definition.support | |
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
com.eviware.soapui.impl.wsdl.actions.iface |
WsdlInterface related actions
|
com.eviware.soapui.impl.wsdl.support.wsdl |
WSDL-related interfaces and classes
|
Modifier and Type | Interface and Description |
---|---|
interface |
InterfaceFactory<T extends AbstractInterface<?>> |
Modifier and Type | Class and Description |
---|---|
class |
RestService
WSDL implementation of Interface, maps to a WSDL Binding
|
Modifier and Type | Method and Description |
---|---|
AbstractInterface<?> |
AbstractHttpOperation.getInterface() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDefinitionCache<T extends AbstractInterface<?>> |
class |
AbstractDefinitionContext<T extends AbstractInterface<?>,T2 extends DefinitionLoader,T3 extends AbstractInterfaceDefinition<T>>
Holder for InterfaceDefinitions and related SchemaTypeLoader types
|
class |
AbstractInterfaceDefinition<T extends AbstractInterface<?>> |
class |
InterfaceConfigDefinitionCache<T extends AbstractInterface<?>> |
class |
StandaloneDefinitionCache<T extends AbstractInterface<?>> |
class |
XmlSchemaBasedInterfaceDefinition<T extends AbstractInterface<?>> |
Modifier and Type | Class and Description |
---|---|
class |
WsdlInterface
WSDL implementation of Interface, maps to a WSDL Binding
|
Modifier and Type | Field and Description |
---|---|
protected List<AbstractInterface<?>> |
WsdlProject.interfaces |
Modifier and Type | Method and Description |
---|---|
AbstractInterface<?> |
WsdlProject.addNewInterface(String name,
String type) |
static AbstractInterface<?> |
InterfaceFactoryRegistry.build(WsdlProject project,
InterfaceConfig config) |
static AbstractInterface<?> |
InterfaceFactoryRegistry.createNew(WsdlProject project,
String type,
String name) |
AbstractInterface<?> |
WsdlProject.getInterfaceAt(int index) |
AbstractInterface<?> |
WsdlProject.getInterfaceByName(String interfaceName) |
AbstractInterface<?> |
WsdlProject.getInterfaceByTechnicalId(String technicalId) |
AbstractInterface<?> |
WsdlProject.importInterface(AbstractInterface<?> iface,
boolean importEndpoints,
boolean createCopy) |
Modifier and Type | Method and Description |
---|---|
List<AbstractInterface<?>> |
WsdlProject.getInterfaces(String type) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlProject.fireInterfaceAdded(AbstractInterface<?> iface) |
void |
WsdlProject.fireInterfaceRemoved(AbstractInterface<?> iface) |
void |
WsdlProject.fireInterfaceUpdated(AbstractInterface<?> iface) |
AbstractInterface<?> |
WsdlProject.importInterface(AbstractInterface<?> iface,
boolean importEndpoints,
boolean createCopy) |
void |
WsdlProject.removeInterface(AbstractInterface<?> iface) |
Modifier and Type | Method and Description |
---|---|
protected XFormDialog |
AddJMSEndpointAction.buildDialog(AbstractInterface<?> iface) |
MockService |
GenerateMockServiceAction.getMockService(AbstractInterface modelItem,
WsdlProject project,
String mockServiceName) |
static boolean |
RemoveInterfaceAction.hasDependingTests(AbstractInterface<?> iface) |
static boolean |
RemoveInterfaceAction.hasRunningDependingTests(AbstractInterface<?> iface) |
void |
AddJMSEndpointAction.perform(AbstractInterface<?> iface,
Object param) |
Constructor and Description |
---|
CachedWsdlLoader(AbstractInterface<?> iface) |
Copyright © 2019. All Rights Reserved.