Class InboundEndpointInfoDTO
java.lang.Object
org.wso2.carbon.inbound.endpoint.persistence.InboundEndpointInfoDTO
-
Constructor Summary
ConstructorsConstructorDescriptionInboundEndpointInfoDTO(String tenantDomain, String protocol, String endpointName, org.apache.synapse.inbound.InboundProcessorParams inboundParams) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.synapse.inbound.InboundProcessorParamsorg.apache.synapse.transport.passthru.core.ssl.SSLConfigurationvoidsetEndpointName(String endpointName) voidsetSslConfiguration(org.apache.synapse.transport.passthru.core.ssl.SSLConfiguration sslConfiguration)
-
Constructor Details
-
InboundEndpointInfoDTO
-
-
Method Details
-
getTenantDomain
-
getProtocol
-
getEndpointName
-
setEndpointName
-
getInboundParams
public org.apache.synapse.inbound.InboundProcessorParams getInboundParams() -
getSslConfiguration
public org.apache.synapse.transport.passthru.core.ssl.SSLConfiguration getSslConfiguration() -
setSslConfiguration
public void setSslConfiguration(org.apache.synapse.transport.passthru.core.ssl.SSLConfiguration sslConfiguration)
-