public class SourceInfoResponseImpl extends ResponseImpl<SourceInfoRequest> implements SourceInfoResponse
SourceInfoResponse.SourceDescriptor,
Source,
SourceInfoRequest,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Set<SourceDescriptor> |
sourceInfos |
request| Constructor and Description |
|---|
SourceInfoResponseImpl(SourceInfoRequest request,
Map<String,Serializable> properties,
Set<SourceDescriptor> sourceInfos)
Instantiates a new SourceInfoResponseImpl
|
SourceInfoResponseImpl(SourceInfoRequest request,
Map<String,Serializable> properties,
SourceDescriptor sourceInfo)
Instantiates a new SourceInfoResponseImpl
|
| Modifier and Type | Method and Description |
|---|---|
Set<SourceDescriptor> |
getSourceInfo()
Gets the source(s) information.
|
getRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingErrors, getRequestcontainsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesprotected Set<SourceDescriptor> sourceInfos
public SourceInfoResponseImpl(SourceInfoRequest request, Map<String,Serializable> properties, Set<SourceDescriptor> sourceInfos)
request - - the original SourceInfoRequest requestproperties - - the properties associated with the operationsourceInfos - - the source information for each requested Sourcepublic SourceInfoResponseImpl(SourceInfoRequest request, Map<String,Serializable> properties, SourceDescriptor sourceInfo)
request - - the original SourceInfoRequest requestproperties - - the properties associated with the operationsourceInfo - - the source information for each a single Sourcepublic Set<SourceDescriptor> getSourceInfo()
SourceInfoResponsegetSourceInfo in interface SourceInfoResponseSet of SourceDescriptorThis work is licensed under a Creative Commons Attribution 4.0 International License.