public class ProbeMatch extends DiscoveryData
UNKNOWN_METADATA_VERSIONunknownAttributes, unknownElements_QN_2_List| Constructor and Description |
|---|
ProbeMatch()
Creates a new emty ProbeMatch.
|
ProbeMatch(DiscoveryData data) |
ProbeMatch(EndpointReference endpointReference,
long metadataVersion)
Creates a new ProbeMatch with the given
EndpointReference and metadataVersion. |
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceType(QName type) |
void |
addServiceTypes(QNameSet newTypes) |
QNameSet |
getServiceTypes() |
boolean |
removeServiceType(QName type) |
void |
setServiceTypes(QNameSet newTypes) |
addType, addTypes, getDiscoveryXAddressInfoSet, getEndpointReference, getMetadataVersion, getPreferedProtocolInfo, getScopes, getTypes, getXAddressInfoSet, isDiscoveryProxy, removeType, setDiscoveryProxy, setDiscoveryXAddressInfoSet, setEndpointReference, setMetadataVersion, setPreferedProtocolInfo, setScopes, setTypes, setXAddressInfoSet, toString, update, updateFromByeaddUnknownAttribute, addUnknownElement, getUnknownAttribute, getUnknownAttributes, getUnknownElement, getUnknownElements, getUnknownElements, setUnknownAttributes, setUnknownElementspublic ProbeMatch()
public ProbeMatch(EndpointReference endpointReference, long metadataVersion)
EndpointReference and metadataVersion.endpointReference - metadataVersion - public ProbeMatch(DiscoveryData data)
data - public void addServiceTypes(QNameSet newTypes)
newTypes - the types to setpublic void addServiceType(QName type)
type - the types to setpublic QNameSet getServiceTypes()
public void setServiceTypes(QNameSet newTypes)
newTypes - the types to setpublic boolean removeServiceType(QName type)