Class DiscoveryAdminStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.discovery.stub.types.DiscoveryAdminStub
-
- All Implemented Interfaces:
DiscoveryAdmin
public class DiscoveryAdminStub extends org.apache.axis2.client.Stub implements DiscoveryAdmin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description DiscoveryAdminStub()
Default ConstructorDiscoveryAdminStub(String targetEndpoint)
Constructor taking the target endpointDiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorDiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextDiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDiscoveryProxy(DiscoveryProxyDetails pd51)
Auto generated method signaturevoid
disableServiceDiscovery(boolean sendBye63)
Auto generated method signaturevoid
enableServiceDiscovery(String proxyURL56)
Auto generated method signatureDiscoveryProxyDetails[]
getDiscoveryProxies()
Auto generated method signatureDiscoveryProxyDetails
getDiscoveryProxy(String name67)
Auto generated method signatureServiceDiscoveryConfig
getServiceDiscoveryConfig()
Auto generated method signatureTargetServiceDetails[]
probeDiscoveryProxy(String name58, ProbeDetails probe59)
Auto generated method signaturevoid
removeDiscoveryProxy(String name65)
Auto generated method signatureTargetServiceDetails
resolveTargetService(String name46, String serviceId47)
Auto generated method signaturevoid
startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDiscoveryProxy(String name67, DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startprobeDiscoveryProxy(String name58, ProbeDetails probe59, DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startresolveTargetService(String name46, String serviceId47, DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
updateDiscoveryProxy(DiscoveryProxyDetails pd41)
Auto generated method signature-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
DiscoveryAdminStub
public DiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
DiscoveryAdminStub
public DiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
DiscoveryAdminStub
public DiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
DiscoveryAdminStub
public DiscoveryAdminStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
DiscoveryAdminStub
public DiscoveryAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
updateDiscoveryProxy
public void updateDiscoveryProxy(DiscoveryProxyDetails pd41) throws RemoteException, Exception
Auto generated method signature- Specified by:
updateDiscoveryProxy
in interfaceDiscoveryAdmin
- Throws:
Exception
- :RemoteException
-
getServiceDiscoveryConfig
public ServiceDiscoveryConfig getServiceDiscoveryConfig() throws RemoteException, Exception
Auto generated method signature- Specified by:
getServiceDiscoveryConfig
in interfaceDiscoveryAdmin
- Throws:
Exception
- :RemoteException
- See Also:
DiscoveryAdmin.getServiceDiscoveryConfig()
-
startgetServiceDiscoveryConfig
public void startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetServiceDiscoveryConfig
in interfaceDiscoveryAdmin
- Throws:
RemoteException
- See Also:
DiscoveryAdmin.startgetServiceDiscoveryConfig(org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
-
resolveTargetService
public TargetServiceDetails resolveTargetService(String name46, String serviceId47) throws RemoteException, Exception
Auto generated method signature- Specified by:
resolveTargetService
in interfaceDiscoveryAdmin
- Parameters:
resolveTargetService45
-- Throws:
Exception
- :RemoteException
- See Also:
DiscoveryAdmin.resolveTargetService(java.lang.String, java.lang.String)
-
startresolveTargetService
public void startresolveTargetService(String name46, String serviceId47, DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startresolveTargetService
in interfaceDiscoveryAdmin
- Parameters:
resolveTargetService45
-- Throws:
RemoteException
- See Also:
DiscoveryAdmin.startresolveTargetService(java.lang.String, java.lang.String, org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
-
addDiscoveryProxy
public void addDiscoveryProxy(DiscoveryProxyDetails pd51) throws RemoteException, Exception
Auto generated method signature- Specified by:
addDiscoveryProxy
in interfaceDiscoveryAdmin
- Throws:
Exception
- :RemoteException
-
getDiscoveryProxies
public DiscoveryProxyDetails[] getDiscoveryProxies() throws RemoteException, Exception
Auto generated method signature- Specified by:
getDiscoveryProxies
in interfaceDiscoveryAdmin
- Throws:
Exception
- :RemoteException
- See Also:
DiscoveryAdmin.getDiscoveryProxies()
-
startgetDiscoveryProxies
public void startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDiscoveryProxies
in interfaceDiscoveryAdmin
- Throws:
RemoteException
- See Also:
DiscoveryAdmin.startgetDiscoveryProxies(org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
-
enableServiceDiscovery
public void enableServiceDiscovery(String proxyURL56) throws RemoteException, Exception
Auto generated method signature- Specified by:
enableServiceDiscovery
in interfaceDiscoveryAdmin
- Throws:
Exception
- :RemoteException
-
probeDiscoveryProxy
public TargetServiceDetails[] probeDiscoveryProxy(String name58, ProbeDetails probe59) throws RemoteException, Exception
Auto generated method signature- Specified by:
probeDiscoveryProxy
in interfaceDiscoveryAdmin
- Parameters:
probeDiscoveryProxy57
-- Throws:
Exception
- :RemoteException
- See Also:
DiscoveryAdmin.probeDiscoveryProxy(java.lang.String, org.wso2.carbon.discovery.stub.types.mgt.ProbeDetails)
-
startprobeDiscoveryProxy
public void startprobeDiscoveryProxy(String name58, ProbeDetails probe59, DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startprobeDiscoveryProxy
in interfaceDiscoveryAdmin
- Parameters:
probeDiscoveryProxy57
-- Throws:
RemoteException
- See Also:
DiscoveryAdmin.startprobeDiscoveryProxy(java.lang.String, org.wso2.carbon.discovery.stub.types.mgt.ProbeDetails, org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
-
disableServiceDiscovery
public void disableServiceDiscovery(boolean sendBye63) throws RemoteException, Exception
Auto generated method signature- Specified by:
disableServiceDiscovery
in interfaceDiscoveryAdmin
- Throws:
Exception
- :RemoteException
-
removeDiscoveryProxy
public void removeDiscoveryProxy(String name65) throws RemoteException, Exception
Auto generated method signature- Specified by:
removeDiscoveryProxy
in interfaceDiscoveryAdmin
- Throws:
Exception
- :RemoteException
-
getDiscoveryProxy
public DiscoveryProxyDetails getDiscoveryProxy(String name67) throws RemoteException, Exception
Auto generated method signature- Specified by:
getDiscoveryProxy
in interfaceDiscoveryAdmin
- Parameters:
getDiscoveryProxy66
-- Throws:
Exception
- :RemoteException
- See Also:
DiscoveryAdmin.getDiscoveryProxy(java.lang.String)
-
startgetDiscoveryProxy
public void startgetDiscoveryProxy(String name67, DiscoveryAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDiscoveryProxy
in interfaceDiscoveryAdmin
- Parameters:
getDiscoveryProxy66
-- Throws:
RemoteException
- See Also:
DiscoveryAdmin.startgetDiscoveryProxy(java.lang.String, org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
-
-