org.apache.openejb.server.cxf.rs
Class CxfRsHttpListener.RestServiceMBean

java.lang.Object
  extended by org.apache.openejb.server.cxf.rs.CxfRsHttpListener.RestServiceMBean
Enclosing class:
CxfRsHttpListener

@Description(value="JAX-RS service information")
public class CxfRsHttpListener.RestServiceMBean
extends Object


Constructor Summary
CxfRsHttpListener.RestServiceMBean(Logs.LogResourceEndpointInfo jmxName)
           
 
Method Summary
 String getAddress()
           
 String getClassname()
           
 TabularData getOperations()
           
 String getType()
           
 String getWadl(String format)
           
 String getWadlUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfRsHttpListener.RestServiceMBean

public CxfRsHttpListener.RestServiceMBean(Logs.LogResourceEndpointInfo jmxName)
Method Detail

getWadlUrl

@ManagedAttribute
@Description(value="The type of the REST service")
public String getWadlUrl()

getWadl

@ManagedOperation
@Description(value="The type of the REST service")
public String getWadl(String format)

getType

@ManagedAttribute
@Description(value="The type of the REST service")
public String getType()

getAddress

@ManagedAttribute
@Description(value="The REST service address")
public String getAddress()

getClassname

@ManagedAttribute
@Description(value="The REST service class name")
public String getClassname()

getOperations

@ManagedAttribute
@Description(value="All available methods")
public TabularData getOperations()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.