public static interface IInquiry.IFindBusinessServiceContext
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 |
getBusinessEntityKey()
Returns the key of the business entity which the search is limited to.
|
java.lang.String |
getEndpointUri()
Returns the endpoint URI of 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 |
getPolicyUrl()
Returns the policy URL of the service.
|
java.lang.String |
getServiceName()
Returns the name of the service to search for. % is a wild card.
|
java.util.List<java.lang.String> |
getURLs()
Returns a list of URLs that may be used to search for the service.
|
java.lang.String |
getWsdlURL()
Returns the url of the WSDL of the service.
|
java.lang.String getBusinessEntityKey()
java.lang.String getServiceName()
java.lang.String getWsdlURL()
java.lang.String getEndpointUri()
java.lang.String getPolicyUrl()
java.lang.String getBindingLocalName()
java.lang.String getBindingXmlNs()
int getMaxResults()
java.util.List<java.lang.String> getURLs()
boolean getIsApproximateSearch()