public interface ServiceInterface
ServiceInterface.DEFAULT_TYPE
which is used
to represent services which do not publish a formal contract.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_OPERATION
Empty string is the default operation name for service interface.
|
static String |
DEFAULT_TYPE
Default interface type used when a concrete interface (Java, WSDL) is
not provided by the service.
|
Modifier and Type | Method and Description |
---|---|
ServiceOperation |
getOperation(String name)
Returns operation details for the specified name from the service interface.
|
Set<ServiceOperation> |
getOperations()
The set of operations available on this service.
|
String |
getType()
The type of the interface - e.g.
|
static final String DEFAULT_TYPE
static final String DEFAULT_OPERATION
String getType()
Set<ServiceOperation> getOperations()
ServiceOperation getOperation(String name)
name
- operation nameCopyright © 2013–2019 JBoss by Red Hat. All rights reserved.