public class DiscoveryAdminStub extends org.apache.axis2.client.Stub implements DiscoveryAdmin
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
DiscoveryAdminStub()
Default Constructor
|
DiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
DiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
DiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
DiscoveryAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addDiscoveryProxy(DiscoveryProxyDetails pd51)
Auto generated method signature
|
void |
disableServiceDiscovery(boolean sendBye63)
Auto generated method signature
|
void |
enableServiceDiscovery(String proxyURL56)
Auto generated method signature
|
DiscoveryProxyDetails[] |
getDiscoveryProxies()
Auto generated method signature
|
DiscoveryProxyDetails |
getDiscoveryProxy(String name67)
Auto generated method signature
|
ServiceDiscoveryConfig |
getServiceDiscoveryConfig()
Auto generated method signature
|
TargetServiceDetails[] |
probeDiscoveryProxy(String name58,
ProbeDetails probe59)
Auto generated method signature
|
void |
removeDiscoveryProxy(String name65)
Auto generated method signature
|
TargetServiceDetails |
resolveTargetService(String name46,
String serviceId47)
Auto generated method signature
|
void |
startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDiscoveryProxy(String name67,
DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startprobeDiscoveryProxy(String name58,
ProbeDetails probe59,
DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startresolveTargetService(String name46,
String serviceId47,
DiscoveryAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateDiscoveryProxy(DiscoveryProxyDetails pd41)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public DiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DiscoveryAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DiscoveryAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DiscoveryAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void updateDiscoveryProxy(DiscoveryProxyDetails pd41) throws RemoteException, Exception
updateDiscoveryProxy
in interface DiscoveryAdmin
Exception
- :RemoteException
public ServiceDiscoveryConfig getServiceDiscoveryConfig() throws RemoteException, Exception
getServiceDiscoveryConfig
in interface DiscoveryAdmin
Exception
- :RemoteException
DiscoveryAdmin.getServiceDiscoveryConfig()
public void startgetServiceDiscoveryConfig(DiscoveryAdminCallbackHandler callback) throws RemoteException
startgetServiceDiscoveryConfig
in interface DiscoveryAdmin
RemoteException
DiscoveryAdmin.startgetServiceDiscoveryConfig(org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
public TargetServiceDetails resolveTargetService(String name46, String serviceId47) throws RemoteException, Exception
resolveTargetService
in interface DiscoveryAdmin
resolveTargetService45
- Exception
- :RemoteException
DiscoveryAdmin.resolveTargetService(java.lang.String, java.lang.String)
public void startresolveTargetService(String name46, String serviceId47, DiscoveryAdminCallbackHandler callback) throws RemoteException
startresolveTargetService
in interface DiscoveryAdmin
resolveTargetService45
- RemoteException
DiscoveryAdmin.startresolveTargetService(java.lang.String, java.lang.String, org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
public void addDiscoveryProxy(DiscoveryProxyDetails pd51) throws RemoteException, Exception
addDiscoveryProxy
in interface DiscoveryAdmin
Exception
- :RemoteException
public DiscoveryProxyDetails[] getDiscoveryProxies() throws RemoteException, Exception
getDiscoveryProxies
in interface DiscoveryAdmin
Exception
- :RemoteException
DiscoveryAdmin.getDiscoveryProxies()
public void startgetDiscoveryProxies(DiscoveryAdminCallbackHandler callback) throws RemoteException
startgetDiscoveryProxies
in interface DiscoveryAdmin
RemoteException
DiscoveryAdmin.startgetDiscoveryProxies(org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
public void enableServiceDiscovery(String proxyURL56) throws RemoteException, Exception
enableServiceDiscovery
in interface DiscoveryAdmin
Exception
- :RemoteException
public TargetServiceDetails[] probeDiscoveryProxy(String name58, ProbeDetails probe59) throws RemoteException, Exception
probeDiscoveryProxy
in interface DiscoveryAdmin
probeDiscoveryProxy57
- Exception
- :RemoteException
DiscoveryAdmin.probeDiscoveryProxy(java.lang.String, org.wso2.carbon.discovery.stub.types.mgt.ProbeDetails)
public void startprobeDiscoveryProxy(String name58, ProbeDetails probe59, DiscoveryAdminCallbackHandler callback) throws RemoteException
startprobeDiscoveryProxy
in interface DiscoveryAdmin
probeDiscoveryProxy57
- RemoteException
DiscoveryAdmin.startprobeDiscoveryProxy(java.lang.String, org.wso2.carbon.discovery.stub.types.mgt.ProbeDetails, org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
public void disableServiceDiscovery(boolean sendBye63) throws RemoteException, Exception
disableServiceDiscovery
in interface DiscoveryAdmin
Exception
- :RemoteException
public void removeDiscoveryProxy(String name65) throws RemoteException, Exception
removeDiscoveryProxy
in interface DiscoveryAdmin
Exception
- :RemoteException
public DiscoveryProxyDetails getDiscoveryProxy(String name67) throws RemoteException, Exception
getDiscoveryProxy
in interface DiscoveryAdmin
getDiscoveryProxy66
- Exception
- :RemoteException
DiscoveryAdmin.getDiscoveryProxy(java.lang.String)
public void startgetDiscoveryProxy(String name67, DiscoveryAdminCallbackHandler callback) throws RemoteException
startgetDiscoveryProxy
in interface DiscoveryAdmin
getDiscoveryProxy66
- RemoteException
DiscoveryAdmin.startgetDiscoveryProxy(java.lang.String, org.wso2.carbon.discovery.stub.types.DiscoveryAdminCallbackHandler)
Copyright © 2018 WSO2. All rights reserved.