public class V2RemoteRestModel extends V2RemoteModel implements RemoteRestModel
REMOTE_REST| Constructor and Description |
|---|
V2RemoteRestModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Constructs a new V2RemoteRestModel with the specified Configuration and Descriptor.
|
V2RemoteRestModel(String namespace)
Constructs a new V2RemoteRestModel of the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
Gets the url attribute.
|
boolean |
isUseFormBasedAuth()
Gets the useFormBasedAuth attribute.
|
RemoteRestModel |
setUrl(String url)
Sets the url attribute.
|
RemoteRestModel |
setUseFormBasedAuth(boolean useFormBasedAuth)
Sets the useFormBasedAuth attribute.
|
getDeploymentId, getExtraJaxbClasses, getPassword, getTimeout, getUserName, setDeploymentId, setExtraJaxbClasses, setPassword, setTimeout, setUserNameaddChildModel, assertModelValid, equals, getFirstChildModel, getFirstChildModelStartsWith, getModelAttribute, getModelAttribute, getModelAttributeAsQName, getModelAttributeAsQName, getModelChildren, getModelChildrenOrder, getModelConfiguration, getModelDescriptor, getModelParent, getModelRoot, getModelRootNamespace, getModelValue, getNamespaceURI, hashCode, hasParentModel, isModelValid, orderModelChildren, primeModelChildren, readModel, setChildModel, setModelAttribute, setModelAttribute, setModelAttributeAsQName, setModelAttributeAsQName, setModelChildrenOrder, setModelValue, toString, validateModel, write, writeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDeploymentId, getExtraJaxbClasses, getPassword, getTimeout, getUserName, setDeploymentId, setExtraJaxbClasses, setPassword, setTimeout, setUserNamepublic V2RemoteRestModel(String namespace)
namespace - the namespacepublic V2RemoteRestModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the Configurationdesc - the Descriptorpublic String getUrl()
getUrl in interface RemoteRestModelpublic RemoteRestModel setUrl(String url)
setUrl in interface RemoteRestModelurl - the url attributepublic boolean isUseFormBasedAuth()
isUseFormBasedAuth in interface RemoteRestModelpublic RemoteRestModel setUseFormBasedAuth(boolean useFormBasedAuth)
setUseFormBasedAuth in interface RemoteRestModeluseFormBasedAuth - the useFormBasedAuth attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.