org.apache.servicemix.wsn
Class AbstractCreatePullPoint
java.lang.Object
org.apache.servicemix.wsn.AbstractEndpoint
org.apache.servicemix.wsn.AbstractCreatePullPoint
- All Implemented Interfaces:
- CreatePullPoint
- Direct Known Subclasses:
- JmsCreatePullPoint
public abstract class AbstractCreatePullPoint
- extends AbstractEndpoint
- implements CreatePullPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCreatePullPoint
public AbstractCreatePullPoint(String name)
init
public void init()
throws Exception
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Throws:
Exception
createAddress
protected String createAddress()
- Specified by:
createAddress in class AbstractEndpoint
createPullPoint
public CreatePullPointResponse createPullPoint(CreatePullPoint createPullPointRequest)
throws UnableToCreatePullPointFault
- Specified by:
createPullPoint in interface CreatePullPoint
- Throws:
UnableToCreatePullPointFault
handleCreatePullPoint
public CreatePullPointResponse handleCreatePullPoint(CreatePullPoint createPullPointRequest,
EndpointManager manager)
throws UnableToCreatePullPointFault
- Throws:
UnableToCreatePullPointFault
createPullPointName
protected String createPullPointName(CreatePullPoint createPullPointRequest)
destroyPullPoint
public void destroyPullPoint(String address)
throws UnableToDestroyPullPointFault
- Throws:
UnableToDestroyPullPointFault
createPullPoint
protected abstract AbstractPullPoint createPullPoint(String name)
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.