Modifier and Type | Field and Description |
---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
Constructor and Description |
---|
IUDDITaskStub() |
IUDDITaskStub(javax.xml.rpc.Service service) |
IUDDITaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
Modifier and Type | Method and Description |
---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
java.lang.String |
addUDDIServer(UDDIServer uddiServer) |
void |
convertToInquire(java.lang.String uddiServerID) |
protected org.apache.axis.client.Call |
createCall() |
void |
deleteUDDIServer(java.lang.String uddiServerID,
UDDIDeletionType delFlag) |
UDDINodeDef[] |
find(java.lang.String uddiServerID,
SearchCriteriaDef criteria) |
FindBindingDef |
findBindingQName(UDDITModelDef tModel,
ParseOptions parseOpt) |
BusinessEntityTO[] |
findPublishableBusinesses(UDDIServer s) |
AccessPointNode[] |
findPublishedAccessPoints(java.lang.String uddiServerID) |
AccessPointNode[] |
findUnPublishedAccessPoints(java.lang.String svcGroupID) |
UDDIServer[] |
getPublishableUDDIServers() |
BusinessEntityTO |
getSelectedBusinessEntity(UDDIServer s) |
UDDIDynamicBinding |
getUDDIDynamicBinding() |
UDDIServer[] |
getUDDIServers() |
void |
publishAccessPoint(java.lang.String accessPointNodeID,
java.lang.String uddiServerID) |
void |
publishRedirectAccessPoint(java.lang.String accessPointNodeID,
java.lang.String uddiServerID,
UDDIRedirectData redirectInfo) |
Status |
publishStatus(java.lang.String accessPointID) |
void |
refreshEndpoint(java.lang.String endpointID) |
void |
refreshEndpointsForUDDIServer(java.lang.String uddiServerID) |
void |
refreshMSEndpoints(java.lang.String[] managedServiceIDs) |
void |
republishAccessPoint(java.lang.String accessPointID) |
void |
testConnection(UDDIServer uddiServer) |
boolean |
uddiIsEnabled() |
boolean |
uddiPublishingIsEnabled() |
void |
unpublishAccessPoint(java.lang.String accessPointNodeID,
boolean forceUnpublish) |
void |
updateUDDIDynamicBinding(UDDIDynamicBinding cfg) |
void |
updateUDDIServer(UDDIServer uddiServer) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IUDDITaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IUDDITaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IUDDITaskStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
private void addSerial(java.lang.String xmlns, java.lang.String localname, java.lang.Class cls, java.lang.Object serializer, java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
java.rmi.RemoteException
public UDDINodeDef[] find(java.lang.String uddiServerID, SearchCriteriaDef criteria) throws java.rmi.RemoteException
public void testConnection(UDDIServer uddiServer) throws java.rmi.RemoteException
testConnection
in interface IUDDITask
java.rmi.RemoteException
public void refreshEndpoint(java.lang.String endpointID) throws java.rmi.RemoteException
refreshEndpoint
in interface IUDDITask
java.rmi.RemoteException
public UDDIDynamicBinding getUDDIDynamicBinding() throws java.rmi.RemoteException
getUDDIDynamicBinding
in interface IUDDITask
java.rmi.RemoteException
public void updateUDDIDynamicBinding(UDDIDynamicBinding cfg) throws java.rmi.RemoteException
updateUDDIDynamicBinding
in interface IUDDITask
java.rmi.RemoteException
public void unpublishAccessPoint(java.lang.String accessPointNodeID, boolean forceUnpublish) throws java.rmi.RemoteException
unpublishAccessPoint
in interface IUDDITask
java.rmi.RemoteException
public void refreshMSEndpoints(java.lang.String[] managedServiceIDs) throws java.rmi.RemoteException
refreshMSEndpoints
in interface IUDDITask
java.rmi.RemoteException
public AccessPointNode[] findUnPublishedAccessPoints(java.lang.String svcGroupID) throws java.rmi.RemoteException
findUnPublishedAccessPoints
in interface IUDDITask
java.rmi.RemoteException
public void refreshEndpointsForUDDIServer(java.lang.String uddiServerID) throws java.rmi.RemoteException
refreshEndpointsForUDDIServer
in interface IUDDITask
java.rmi.RemoteException
public boolean uddiPublishingIsEnabled() throws java.rmi.RemoteException
uddiPublishingIsEnabled
in interface IUDDITask
java.rmi.RemoteException
public BusinessEntityTO[] findPublishableBusinesses(UDDIServer s) throws java.rmi.RemoteException
findPublishableBusinesses
in interface IUDDITask
java.rmi.RemoteException
public void republishAccessPoint(java.lang.String accessPointID) throws java.rmi.RemoteException
republishAccessPoint
in interface IUDDITask
java.rmi.RemoteException
public UDDIServer[] getPublishableUDDIServers() throws java.rmi.RemoteException
getPublishableUDDIServers
in interface IUDDITask
java.rmi.RemoteException
public AccessPointNode[] findPublishedAccessPoints(java.lang.String uddiServerID) throws java.rmi.RemoteException
findPublishedAccessPoints
in interface IUDDITask
java.rmi.RemoteException
public BusinessEntityTO getSelectedBusinessEntity(UDDIServer s) throws java.rmi.RemoteException
getSelectedBusinessEntity
in interface IUDDITask
java.rmi.RemoteException
public void publishAccessPoint(java.lang.String accessPointNodeID, java.lang.String uddiServerID) throws java.rmi.RemoteException
publishAccessPoint
in interface IUDDITask
java.rmi.RemoteException
public void publishRedirectAccessPoint(java.lang.String accessPointNodeID, java.lang.String uddiServerID, UDDIRedirectData redirectInfo) throws java.rmi.RemoteException
publishRedirectAccessPoint
in interface IUDDITask
java.rmi.RemoteException
public void convertToInquire(java.lang.String uddiServerID) throws java.rmi.RemoteException
convertToInquire
in interface IUDDITask
java.rmi.RemoteException
public FindBindingDef findBindingQName(UDDITModelDef tModel, ParseOptions parseOpt) throws java.rmi.RemoteException
findBindingQName
in interface IUDDITask
java.rmi.RemoteException
public java.lang.String addUDDIServer(UDDIServer uddiServer) throws java.rmi.RemoteException
addUDDIServer
in interface IUDDITask
java.rmi.RemoteException
public UDDIServer[] getUDDIServers() throws java.rmi.RemoteException
getUDDIServers
in interface IUDDITask
java.rmi.RemoteException
public void deleteUDDIServer(java.lang.String uddiServerID, UDDIDeletionType delFlag) throws java.rmi.RemoteException
deleteUDDIServer
in interface IUDDITask
java.rmi.RemoteException
public Status publishStatus(java.lang.String accessPointID) throws java.rmi.RemoteException
publishStatus
in interface IUDDITask
java.rmi.RemoteException
public void updateUDDIServer(UDDIServer uddiServer) throws java.rmi.RemoteException
updateUDDIServer
in interface IUDDITask
java.rmi.RemoteException
public boolean uddiIsEnabled() throws java.rmi.RemoteException
uddiIsEnabled
in interface IUDDITask
java.rmi.RemoteException