Package org.wso2.carbon.proxyadmin
Class ProxyData
java.lang.Object
org.wso2.carbon.proxyadmin.ProxyData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the artifact container from which the proxy deployedbooleanWhether the proxy is edited through the management consolegetName()String[]Entry[]String[]Entry[]booleanbooleanbooleanbooleanbooleanbooleanorg.apache.axiom.om.OMElementvoidsetArtifactContainerName(String artifactContainerName) Set the name of the artifact containervoidsetDescription(String description) voidsetEnableSecurity(boolean enableSecurity) voidsetEnableStatistics(boolean enableStatistics) voidsetEnableTracing(boolean enableTracing) voidsetEndpointKey(String endpointKey) voidsetEndpointXML(String endpointXML) voidsetFaultSeqKey(String faultSeqKey) voidsetFaultSeqXML(String faultSeqXML) voidsetInSeqKey(String inSeqKey) voidsetInSeqXML(String inSeqXML) voidsetIsEdited(boolean isEdited) Set whether the proxy is deployed via the management consolevoidvoidsetOutSeqKey(String outSeqtKey) voidsetOutSeqXML(String outSeqXML) voidsetPinnedServers(String[] pinnedServers) voidsetPolicies(ProxyServicePolicyInfo[] policies) voidsetPreservePolicy(String preservePolicy) voidsetPublishWSDLEndpoint(String publishWSDLEndpoint) voidsetRunning(boolean running) voidsetServiceGroup(String serviceGroup) voidsetServiceParams(Entry[] serviceParams) voidsetStartOnLoad(boolean startOnLoad) voidsetTransports(String[] transports) voidsetWsdlAvailable(boolean wsdlAvailable) voidsetWsdlDef(String wsdlDef) voidsetWsdlKey(String wsdlKey) voidsetWsdlResources(Entry[] wsdlResources) voidsetWsdlURI(String wsdlURI)
-
Constructor Details
-
ProxyData
public ProxyData()
-
-
Method Details
-
getPreservePolicy
-
setPreservePolicy
-
getDescription
-
setDescription
-
isWsdlAvailable
public boolean isWsdlAvailable() -
setWsdlAvailable
public void setWsdlAvailable(boolean wsdlAvailable) -
isEnableTracing
public boolean isEnableTracing() -
setEnableTracing
public void setEnableTracing(boolean enableTracing) -
isEnableStatistics
public boolean isEnableStatistics() -
setEnableStatistics
public void setEnableStatistics(boolean enableStatistics) -
isRunning
public boolean isRunning() -
setRunning
public void setRunning(boolean running) -
getName
-
setName
-
setTransports
-
getTransports
-
getPinnedServers
-
setPinnedServers
-
getEndpointKey
-
setEndpointKey
-
getEndpointXML
-
setEndpointXML
-
getInSeqKey
-
setInSeqKey
-
getInSeqXML
-
setInSeqXML
-
getOutSeqKey
-
setOutSeqKey
-
getOutSeqXML
-
setOutSeqXML
-
getFaultSeqKey
-
setFaultSeqKey
-
getFaultSeqXML
-
setFaultSeqXML
-
getWsdlKey
-
setWsdlKey
-
getWsdlURI
-
setWsdlURI
-
getPublishWSDLEndpoint
-
setPublishWSDLEndpoint
-
getWsdlResources
-
setWsdlResources
-
getServiceParams
-
setServiceParams
-
getWsdlDef
-
setWsdlDef
-
isStartOnLoad
public boolean isStartOnLoad() -
setStartOnLoad
public void setStartOnLoad(boolean startOnLoad) -
getPolicies
-
setPolicies
-
isEnableSecurity
public boolean isEnableSecurity() -
setEnableSecurity
public void setEnableSecurity(boolean enableSecurity) -
getServiceGroup
-
setServiceGroup
-
retrieveOM
- Throws:
ProxyAdminException
-
getArtifactContainerName
Get the name of the artifact container from which the proxy deployed- Returns:
- artifactContainerName
-
setArtifactContainerName
Set the name of the artifact container- Parameters:
artifactContainerName-
-
getIsEdited
public boolean getIsEdited()Whether the proxy is edited through the management console- Returns:
- isEdited
-
setIsEdited
public void setIsEdited(boolean isEdited) Set whether the proxy is deployed via the management console- Parameters:
isEdited-
-