public class WSRegistryInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
WSRegistryInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addOperations(java.lang.String wsname,
java.lang.String source,
java.lang.String serviceName)
Adds operations
|
java.lang.String |
getDescriprion()
Return the web service description
|
java.lang.String |
getExtSystem()
Get the external system name
|
java.lang.String |
getLongDescription()
Return the web service long description
|
java.util.List<WSOperationInfo> |
getOperations()
Returns a List of operation associated with this wsb service as
WSOperationInfo objects
|
java.lang.String |
getServiceImplClassName()
Get the ws security level
|
java.lang.String |
getServiceName()
Get the service Name
|
java.lang.String |
getSOAPVersion()
Get the ws security level
|
java.lang.String |
getSource()
Return source type
|
java.lang.String |
getSourceName()
Return source name
|
java.lang.String |
getWSName()
Return the name of web service
|
boolean |
isDeployed()
Returns whether web service has been deployed for this interface
|
boolean |
isSynchronous()
Returns whatever web service synchronous
|
void |
setDescription(java.lang.String e)
Set the web service description
|
void |
setExtSystem(java.lang.String rc)
Set external system name
|
void |
setIsDeployed(int def)
Set whether web service has been deployed for this interface
|
void |
setIsSynchronous(int rp)
Set whatever web service synchronous
|
void |
setServiceImplClassName(java.lang.String rc)
Set ws security level
|
void |
setServiceName(java.lang.String rc)
Set the service Name
|
void |
setSOAPVersion(java.lang.String rc)
Set ws security level
|
void |
setSource(java.lang.String e)
Set the source type
|
void |
setSourceName(java.lang.String e)
Set source name
|
void |
setWSName(java.lang.String c)
Set the name of web service
|
public java.lang.String getWSName()
public void setWSName(java.lang.String c)
c
- web service namepublic java.lang.String getDescriprion()
public java.lang.String getLongDescription() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public void setDescription(java.lang.String e)
e
- web service descriptionpublic java.lang.String getSourceName()
public void setSourceName(java.lang.String e)
e
- source namepublic java.lang.String getSource()
public void setSource(java.lang.String e)
e
- source typepublic void setIsDeployed(int def)
def
- flag indicating whether web service has been
deployed for this interfacepublic boolean isDeployed()
public void setServiceName(java.lang.String rc)
rc
- service Namepublic java.lang.String getServiceName()
public void setExtSystem(java.lang.String rc)
rc
- external system Namepublic java.lang.String getExtSystem()
public void setServiceImplClassName(java.lang.String rc)
rc
- ws security levelpublic void setSOAPVersion(java.lang.String rc)
rc
- ws security levelpublic java.lang.String getServiceImplClassName()
public java.lang.String getSOAPVersion()
public void setIsSynchronous(int rp)
rp
- flag indicating whatever web service synchronous
for this servicepublic boolean isSynchronous()
public void addOperations(java.lang.String wsname, java.lang.String source, java.lang.String serviceName) throws MXException, java.rmi.RemoteException
wsname
- Web Service namesource
- source typeserviceName
- service nameMXException
java.rmi.RemoteException
public java.util.List<WSOperationInfo> getOperations() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException