public abstract class AbstractEndpoint extends Object implements EndpointMBean
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
address  | 
protected Endpoint | 
endpoint  | 
protected W3CEndpointReference | 
endpointEpr  | 
protected EndpointManager | 
manager  | 
protected String | 
name  | 
| Constructor and Description | 
|---|
AbstractEndpoint(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAddress()  | 
W3CEndpointReference | 
getEpr()  | 
EndpointManager | 
getManager()  | 
ObjectName | 
getMBeanName()  | 
String | 
getName()  | 
URL | 
getWSDLLocation()  | 
void | 
register()  | 
void | 
setAddress(String address)  | 
void | 
setManager(EndpointManager manager)  | 
void | 
unregister()  | 
protected final String name
protected String address
protected EndpointManager manager
protected Endpoint endpoint
protected W3CEndpointReference endpointEpr
public AbstractEndpoint(String name)
public ObjectName getMBeanName()
public String getName()
getName in interface EndpointMBeanpublic String getAddress()
getAddress in interface EndpointMBeanpublic void setAddress(String address)
public final URL getWSDLLocation()
public void register()
              throws EndpointRegistrationException
register in interface EndpointMBeanEndpointRegistrationExceptionpublic void unregister()
                throws EndpointRegistrationException
unregister in interface EndpointMBeanEndpointRegistrationExceptionpublic W3CEndpointReference getEpr()
public EndpointManager getManager()
public void setManager(EndpointManager manager)
Apache CXF