Package org.apache.cxf.endpoint
Class ManagedEndpoint
java.lang.Object
org.apache.cxf.endpoint.ManagedEndpoint
- All Implemented Interfaces:
- ServerLifeCycleListener,- ManagedComponent
@ManagedResource(componentName="Endpoint",
                 description="Responsible for managing server instances.")
public class ManagedEndpoint
extends Object
implements ManagedComponent, ServerLifeCycleListener
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
ENDPOINT_NAME- See Also:
 
- 
SERVICE_NAME- See Also:
 
- 
INSTANCE_ID- See Also:
 
- 
bus
- 
endpoint
- 
server
 
- 
- 
Constructor Details- 
ManagedEndpoint
 
- 
- 
Method Details- 
start
- 
stop
- 
destroy
- 
getAddress
- 
getTransportId@ManagedAttribute(description="TransportId Attribute", currencyTimeLimit=60) public String getTransportId()
- 
getState
- 
getObjectName- Specified by:
- getObjectNamein interface- ManagedComponent
- Throws:
- JMException
 
- 
startServer- Specified by:
- startServerin interface- ServerLifeCycleListener
 
- 
stopServer- Specified by:
- stopServerin interface- ServerLifeCycleListener
 
 
-