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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected jakarta.xml.ws.Endpointprotected jakarta.xml.ws.wsaddressing.W3CEndpointReferenceprotected EndpointManagerprotected final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.ws.wsaddressing.W3CEndpointReferencegetEpr()getName()final URLvoidregister()voidsetAddress(String address) voidsetManager(EndpointManager manager) void
-
Field Details
-
name
-
address
-
manager
-
endpoint
protected jakarta.xml.ws.Endpoint endpoint -
endpointEpr
protected jakarta.xml.ws.wsaddressing.W3CEndpointReference endpointEpr
-
-
Constructor Details
-
AbstractEndpoint
-
-
Method Details
-
getMBeanName
-
getName
- Specified by:
getNamein interfaceEndpointMBean
-
getAddress
- Specified by:
getAddressin interfaceEndpointMBean
-
setAddress
-
getWSDLLocation
-
register
- Specified by:
registerin interfaceEndpointMBean- Throws:
EndpointRegistrationException
-
unregister
- Specified by:
unregisterin interfaceEndpointMBean- Throws:
EndpointRegistrationException
-
getEpr
public jakarta.xml.ws.wsaddressing.W3CEndpointReference getEpr() -
getManager
-
setManager
-