public class InboundAdminClient extends Object
| Constructor and Description |
|---|
InboundAdminClient(String backEndUrl,
String sessionCookie) |
InboundAdminClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInboundEndpoint(String element)
Adding Inbound Endpoint to the underlying stub from XMLString
|
void |
addInboundEndpoint(String name,
String sequence,
String onError,
String protocol,
String classImpl,
Map<String,String> paramsMap)
Adding Inbound Endpoint to the underlying stub.
|
org.wso2.carbon.inbound.stub.types.carbon.InboundEndpointDTO[] |
getAllInboundEndpointNames()
Return all Inbound Endpoint Names
|
org.wso2.carbon.inbound.stub.types.carbon.InboundEndpointDTO |
getInboundEndpointbyName(String endointName)
Return InboundEndpointDTO for specific InboundEndpoint
|
void |
removeInboundEndpoint(String name)
Delete InboundEndpoint with given name
|
void |
updateInboundEndpoint(String name,
String sequence,
String onError,
String protocol,
String classImpl,
Map<String,String> paramsMap)
Update InboundEndpoint with given details for InboundEndpoint with given name
|
public InboundAdminClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
backEndUrl - BackEnd URLsessionCookie - Session cookieorg.apache.axis2.AxisFaultpublic org.wso2.carbon.inbound.stub.types.carbon.InboundEndpointDTO[] getAllInboundEndpointNames()
throws RemoteException,
org.wso2.carbon.inbound.stub.InboundAdminInboundManagementException
RemoteExceptionorg.wso2.carbon.inbound.stub.InboundAdminInboundManagementExceptionpublic org.wso2.carbon.inbound.stub.types.carbon.InboundEndpointDTO getInboundEndpointbyName(String endointName) throws RemoteException, org.wso2.carbon.inbound.stub.InboundAdminInboundManagementException
endointName - Inbound Endpoint NameRemoteExceptionorg.wso2.carbon.inbound.stub.InboundAdminInboundManagementExceptionpublic void addInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, Map<String,String> paramsMap) throws RemoteException, org.wso2.carbon.inbound.stub.InboundAdminInboundManagementException
name - Inbound Namesequence - Injecting sequenceonError - Injecting sequence when error occurredprotocol - Running protocolclassImpl - Class for custom InboundsRemoteExceptionorg.wso2.carbon.inbound.stub.InboundAdminInboundManagementExceptionpublic void addInboundEndpoint(String element) throws RemoteException, org.wso2.carbon.inbound.stub.InboundAdminInboundManagementException
element - String value of elementRemoteExceptionorg.wso2.carbon.inbound.stub.InboundAdminInboundManagementExceptionpublic void updateInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, Map<String,String> paramsMap) throws RemoteException, org.wso2.carbon.inbound.stub.InboundAdminInboundManagementException
name - Inbound Namesequence - Injecting sequenceonError - Injecting sequence when error occurredprotocol - Running protocolclassImpl - Class for custom InboundsRemoteExceptionorg.wso2.carbon.inbound.stub.InboundAdminInboundManagementExceptionpublic void removeInboundEndpoint(String name) throws RemoteException, org.wso2.carbon.inbound.stub.InboundAdminInboundManagementException
name - Inbound NameRemoteExceptionorg.wso2.carbon.inbound.stub.InboundAdminInboundManagementExceptionCopyright © 2019 WSO2. All rights reserved.