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