Package org.apache.cxf.wsn
Class AbstractCreatePullPoint
java.lang.Object
org.apache.cxf.wsn.AbstractEndpoint
org.apache.cxf.wsn.AbstractCreatePullPoint
- All Implemented Interfaces:
CreatePullPointMBean,EndpointMBean,CreatePullPoint
- Direct Known Subclasses:
JmsCreatePullPoint
public abstract class AbstractCreatePullPoint
extends AbstractEndpoint
implements CreatePullPoint, CreatePullPointMBean
-
Field Summary
Fields inherited from class org.apache.cxf.wsn.AbstractEndpoint
address, endpoint, endpointEpr, manager, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AbstractPullPointcreatePullPoint(String name) createPullPoint(CreatePullPoint createPullPointRequest) protected StringcreatePullPointName(CreatePullPoint createPullPointRequest) voiddestroy()voiddestroyPullPoint(String address) getPullEndpoint(String name) handleCreatePullPoint(CreatePullPoint createPullPointRequest, EndpointManager manager) voidinit()Methods inherited from class org.apache.cxf.wsn.AbstractEndpoint
getAddress, getEpr, getManager, getName, getWSDLLocation, register, setAddress, setManager, unregisterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.wsn.EndpointMBean
getAddress, getName, register, unregister
-
Constructor Details
-
AbstractCreatePullPoint
-
-
Method Details
-
getMBeanName
- Overrides:
getMBeanNamein classAbstractEndpoint
-
init
- Throws:
Exception
-
destroy
- Throws:
Exception
-
getPullEndpoints
- Specified by:
getPullEndpointsin interfaceCreatePullPointMBean
-
getPullEndpoint
- Specified by:
getPullEndpointin interfaceCreatePullPointMBean
-
createPullPoint
public CreatePullPointResponse createPullPoint(CreatePullPoint createPullPointRequest) throws UnableToCreatePullPointFault - Specified by:
createPullPointin interfaceCreatePullPoint- Throws:
UnableToCreatePullPointFault
-
handleCreatePullPoint
public CreatePullPointResponse handleCreatePullPoint(CreatePullPoint createPullPointRequest, EndpointManager manager) throws UnableToCreatePullPointFault - Throws:
UnableToCreatePullPointFault
-
createPullPointName
-
destroyPullPoint
- Throws:
UnableToDestroyPullPointFault
-
createPullPoint
-