Class ServiceSearchMessage
- java.lang.Object
- 
- org.activecomponents.webservice.messages.BaseMessage
- 
- org.activecomponents.webservice.messages.ServiceSearchMessage
 
 
- 
 public class ServiceSearchMessage extends BaseMessage A service search message.
- 
- 
Constructor SummaryConstructors Constructor Description ServiceSearchMessage()Create a new service search message.ServiceSearchMessage(java.lang.String callid, ClassInfo type, boolean multiple, java.lang.String scope)Create a new command.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetScope()Get the scope.ClassInfogetType()Get the type.booleanisMultiple()Get the multiple.voidsetMultiple(boolean multiple)Set the multiple.voidsetScope(java.lang.String scope)Set the scope.voidsetType(ClassInfo type)Set the type.- 
Methods inherited from class org.activecomponents.webservice.messages.BaseMessagegetCallid, setCallid
 
- 
 
- 
- 
- 
Field Detail- 
typeprotected ClassInfo type The type.
 - 
multipleprotected boolean multiple The multiple flag.
 - 
scopeprotected java.lang.String scope The scope.
 
- 
 - 
Constructor Detail- 
ServiceSearchMessagepublic ServiceSearchMessage() Create a new service search message.
 - 
ServiceSearchMessagepublic ServiceSearchMessage(java.lang.String callid, ClassInfo type, boolean multiple, java.lang.String scope)Create a new command.- Parameters:
- callid- The callid.
- serviceId- The serviceid;
- parameterNames- The parameter names.
- parameterValues- The parameter values.
 
 
- 
 - 
Method Detail- 
getTypepublic ClassInfo getType() Get the type.- Returns:
- Tthe type
 
 - 
setTypepublic void setType(ClassInfo type) Set the type.- Parameters:
- type- The type to set
 
 - 
isMultiplepublic boolean isMultiple() Get the multiple.- Returns:
- Tthe multiple
 
 - 
setMultiplepublic void setMultiple(boolean multiple) Set the multiple.- Parameters:
- multiple- The multiple to set
 
 - 
getScopepublic java.lang.String getScope() Get the scope.- Returns:
- Tthe scope
 
 - 
setScopepublic void setScope(java.lang.String scope) Set the scope.- Parameters:
- scope- The scope to set
 
 
- 
 
-