public static interface IGovernanceServicePublisher.IFindServiceContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindingLocalName()
Returns the localname of the service binding.
|
java.lang.String |
getBindingXmlNs()
Returns the namespace of the service binding.
|
java.lang.String |
getDimensionMemberValue()
Returns the dimension value of the service to search for.
|
java.util.List<java.lang.String> |
getEndpoints()
Returns a list of endpoints that the searched service may belong to.
|
java.lang.String |
getEndpointURI()
Returns the endpoint URI of the service.
|
java.lang.String |
getGroupName()
Returns the name of the group which hosts the service.
|
java.lang.Integer |
getGroupType()
Returns the display type of the group which hosts the service.
|
boolean |
getIsApproximateSearch()
Returns true if an approximate match should be performed.
|
int |
getMaxResults()
Returns the number of results to return from the seach.
|
java.lang.String |
getNodeName()
Returns the name of the node which hosts the service.
|
java.lang.Integer |
getNodeType()
Returns the display type of the node which hosts the service.
|
java.lang.String |
getPartialURL()
Returns a part of a URL that may be used to search for the service.
|
java.lang.String |
getPolicyUrl()
Returns the policy URL of the service.
|
java.util.List<java.lang.Integer> |
getPorts()
Returns a list of port numbers that the searched service may be hosted on.
|
java.lang.String |
getServiceName()
Returns the name of the service to search for.
|
java.lang.Integer |
getServiceType()
Returns the display type of the service to search for.
|
java.lang.String |
getWsdlURL()
Returns the wsdl URL of the service.
|
void |
setServices(java.util.List<?> services)
Set list of matching services.
|
java.lang.String getServiceName()
java.lang.Integer getServiceType()
java.lang.String getNodeName()
java.lang.Integer getNodeType()
java.lang.String getGroupName()
java.lang.Integer getGroupType()
java.lang.String getDimensionMemberValue()
int getMaxResults()
boolean getIsApproximateSearch()
java.util.List<java.lang.String> getEndpoints()
java.util.List<java.lang.Integer> getPorts()
java.lang.String getPartialURL()
java.lang.String getWsdlURL()
java.lang.String getEndpointURI()
java.lang.String getPolicyUrl()
java.lang.String getBindingLocalName()
java.lang.String getBindingXmlNs()
void setServices(java.util.List<?> services)
services
- List of matching services.