com.eviware.soapui.impl.rest
Class RestServiceFactory

java.lang.Object
  extended by com.eviware.soapui.impl.rest.RestServiceFactory
All Implemented Interfaces:
InterfaceFactory<RestService>

public class RestServiceFactory
extends java.lang.Object
implements InterfaceFactory<RestService>


Field Summary
static java.lang.String REST_TYPE
           
 
Constructor Summary
RestServiceFactory()
           
 
Method Summary
 RestService build(WsdlProject project, com.eviware.soapui.config.InterfaceConfig config)
           
 RestService createNew(WsdlProject project, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REST_TYPE

public static final java.lang.String REST_TYPE
See Also:
Constant Field Values
Constructor Detail

RestServiceFactory

public RestServiceFactory()
Method Detail

build

public RestService build(WsdlProject project,
                         com.eviware.soapui.config.InterfaceConfig config)
Specified by:
build in interface InterfaceFactory<RestService>

createNew

public RestService createNew(WsdlProject project,
                             java.lang.String name)
Specified by:
createNew in interface InterfaceFactory<RestService>


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