org.apache.muse.ws.notification
Interface PullPointCreation

All Superinterfaces:
Capability, Initialization, InitializationParameters, Shutdown, WsResourceCapability, org.apache.muse.ws.resource.WsResourceCapabilityProperties
All Known Implementing Classes:
SimplePullPointCreation

public interface PullPointCreation
extends WsResourceCapability

PullPointCreation is an interface that represents the WS-Notification PullPointCreation port type; it is based on WS-N v1.3. This capability must be used by a resource that is deployed along side a separate pullpoint resource type.

Author:
Dan Jemiolo (danj)

Method Summary
 EndpointReference createPullPoint()
          Instantiates a new instance of a pullpoint resource that can be used to store messages from one or more resources.
 
Methods inherited from interface org.apache.muse.ws.resource.WsResourceCapability
deleteProperty, getProperty, getPropertyNames, getWsResource, insertProperty, updateProperty
 
Methods inherited from interface org.apache.muse.core.Capability
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence, setResource
 
Methods inherited from interface org.apache.muse.core.Initialization
hasBeenInitialized, initialize
 
Methods inherited from interface org.apache.muse.core.InitializationParameters
getInitializationParameter, getInitializationParameters, setInitializationParameters
 
Methods inherited from interface org.apache.muse.core.Shutdown
hasBeenShutdown, shutdown
 

Method Detail

createPullPoint

public EndpointReference createPullPoint()
                                  throws UnableToCreatePullPointFault
Instantiates a new instance of a pullpoint resource that can be used to store messages from one or more resources.

Returns:
The EPR of the new pullpoint resource.
Throws:
UnableToCreatePullPointFault