@Description(value="JAX-RS service information") public class CxfRsHttpListener.RestServiceMBean extends java.lang.Object
Constructor and Description |
---|
RestServiceMBean(Logs.LogResourceEndpointInfo jmxName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress() |
java.lang.String |
getClassname() |
javax.management.openmbean.TabularData |
getOperations() |
java.lang.String |
getType() |
java.lang.String |
getWadl(java.lang.String format) |
java.lang.String |
getWadlUrl() |
public RestServiceMBean(Logs.LogResourceEndpointInfo jmxName)
@ManagedAttribute @Description(value="The type of the REST service") public java.lang.String getWadlUrl()
@ManagedOperation @Description(value="The type of the REST service") public java.lang.String getWadl(java.lang.String format)
@ManagedAttribute @Description(value="The type of the REST service") public java.lang.String getType()
@ManagedAttribute @Description(value="The REST service address") public java.lang.String getAddress()
@ManagedAttribute @Description(value="The REST service class name") public java.lang.String getClassname()
@ManagedAttribute @Description(value="All available methods") public javax.management.openmbean.TabularData getOperations()