Package org.activecomponents.webservice
Class ServiceInfo
- java.lang.Object
- 
- org.activecomponents.webservice.ServiceInfo
 
- 
 public class ServiceInfo extends java.lang.ObjectService info. Provides also method names because otherwise JS side would have to inspect Java interfaces.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.Set<java.lang.String>methodnamesThe method names.protected IServiceIdentifiersidThe service identifier.
 - 
Constructor SummaryConstructors Constructor Description ServiceInfo()Create the service proxy.ServiceInfo(IServiceIdentifier sid, java.util.Set<java.lang.String> methodnames)Create the service proxy.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getMethodNames()Get the methodNames.IServiceIdentifiergetServiceIdentifier()Get the serviceIdentifier.java.lang.StringgetServiceIdentifierString()Get the serviceIdentifier.voidsetMethodNames(java.util.Set<java.lang.String> methodnames)Set the methodNames.voidsetServiceIdentifier(IServiceIdentifier sid)Set the serviceIdentifier.voidsetServiceIdentifierString(java.lang.String sid)Set the serviceIdentifier.
 
- 
- 
- 
Field Detail- 
sidprotected IServiceIdentifier sid The service identifier.
 - 
methodnamesprotected java.util.Set<java.lang.String> methodnames The method names.
 
- 
 - 
Constructor Detail- 
ServiceInfopublic ServiceInfo() Create the service proxy.
 - 
ServiceInfopublic ServiceInfo(IServiceIdentifier sid, java.util.Set<java.lang.String> methodnames) Create the service proxy.- Parameters:
- sid- The service identifier.
- methodnames- The method names.
 
 
- 
 - 
Method Detail- 
getMethodNamespublic java.util.Set<java.lang.String> getMethodNames() Get the methodNames.- Returns:
- The methodNames
 
 - 
setMethodNamespublic void setMethodNames(java.util.Set<java.lang.String> methodnames) Set the methodNames.- Parameters:
- methodnames- The methodNames to set
 
 - 
getServiceIdentifierpublic IServiceIdentifier getServiceIdentifier() Get the serviceIdentifier.- Returns:
- The serviceIdentifier
 
 - 
setServiceIdentifierpublic void setServiceIdentifier(IServiceIdentifier sid) Set the serviceIdentifier.- Parameters:
- sid- The serviceIdentifier to set
 
 - 
getServiceIdentifierStringpublic java.lang.String getServiceIdentifierString() Get the serviceIdentifier.- Returns:
- The serviceIdentifier
 
 - 
setServiceIdentifierStringpublic void setServiceIdentifierString(java.lang.String sid) Set the serviceIdentifier.- Parameters:
- sid- The serviceIdentifier to set
 
 
- 
 
-