Package org.apache.cxf.wsn
Class AbstractEndpoint
- java.lang.Object
-
- org.apache.cxf.wsn.AbstractEndpoint
-
- All Implemented Interfaces:
EndpointMBean
- Direct Known Subclasses:
AbstractCreatePullPoint,AbstractNotificationBroker,AbstractPublisher,AbstractPullPoint,AbstractSubscription
public abstract class AbstractEndpoint extends Object implements EndpointMBean
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected javax.xml.ws.Endpointendpointprotected javax.xml.ws.wsaddressing.W3CEndpointReferenceendpointEprprotected EndpointManagermanagerprotected Stringname
-
Constructor Summary
Constructors Constructor Description AbstractEndpoint(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()javax.xml.ws.wsaddressing.W3CEndpointReferencegetEpr()EndpointManagergetManager()ObjectNamegetMBeanName()StringgetName()URLgetWSDLLocation()voidregister()voidsetAddress(String address)voidsetManager(EndpointManager manager)voidunregister()
-
-
-
Field Detail
-
name
protected final String name
-
address
protected String address
-
manager
protected EndpointManager manager
-
endpoint
protected javax.xml.ws.Endpoint endpoint
-
endpointEpr
protected javax.xml.ws.wsaddressing.W3CEndpointReference endpointEpr
-
-
Constructor Detail
-
AbstractEndpoint
public AbstractEndpoint(String name)
-
-
Method Detail
-
getMBeanName
public ObjectName getMBeanName()
-
getName
public String getName()
- Specified by:
getNamein interfaceEndpointMBean
-
getAddress
public String getAddress()
- Specified by:
getAddressin interfaceEndpointMBean
-
setAddress
public void setAddress(String address)
-
getWSDLLocation
public final URL getWSDLLocation()
-
register
public void register() throws EndpointRegistrationException- Specified by:
registerin interfaceEndpointMBean- Throws:
EndpointRegistrationException
-
unregister
public void unregister() throws EndpointRegistrationException- Specified by:
unregisterin interfaceEndpointMBean- Throws:
EndpointRegistrationException
-
getEpr
public javax.xml.ws.wsaddressing.W3CEndpointReference getEpr()
-
getManager
public EndpointManager getManager()
-
setManager
public void setManager(EndpointManager manager)
-
-