Package org.apache.cxf.wsn.services
Class JaxwsCreatePullPoint
- java.lang.Object
-
- org.apache.cxf.wsn.AbstractEndpoint
-
- org.apache.cxf.wsn.AbstractCreatePullPoint
-
- org.apache.cxf.wsn.jms.JmsCreatePullPoint
-
- org.apache.cxf.wsn.services.JaxwsCreatePullPoint
-
- All Implemented Interfaces:
CreatePullPointMBean,EndpointMBean,JaxwsCreatePullPointMBean,CreatePullPoint
@BindingType("http://www.w3.org/2003/05/soap/bindings/HTTP/") public class JaxwsCreatePullPoint extends JmsCreatePullPoint implements JaxwsCreatePullPointMBean
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.wsn.jms.JmsCreatePullPoint
connection, connectionFactory
-
Fields inherited from class org.apache.cxf.wsn.AbstractEndpoint
address, endpoint, endpointEpr, manager, name
-
-
Constructor Summary
Constructors Constructor Description JaxwsCreatePullPoint(String name)JaxwsCreatePullPoint(String name, javax.jms.ConnectionFactory connectionFactory)JaxwsCreatePullPoint(String name, javax.jms.ConnectionFactory connectionFactory, EndpointManager epManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractPullPointcreatePullPoint(String name)-
Methods inherited from class org.apache.cxf.wsn.jms.JmsCreatePullPoint
createPullPointName, destroy, getConnectionFactory, init, setConnectionFactory
-
Methods inherited from class org.apache.cxf.wsn.AbstractCreatePullPoint
createPullPoint, destroyPullPoint, getMBeanName, getPullEndpoint, getPullEndpoints, handleCreatePullPoint
-
Methods inherited from class org.apache.cxf.wsn.AbstractEndpoint
getAddress, getEpr, getManager, getName, getWSDLLocation, register, setAddress, setManager, unregister
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.wsn.CreatePullPointMBean
getPullEndpoint, getPullEndpoints
-
Methods inherited from interface org.apache.cxf.wsn.EndpointMBean
getAddress, getName, register, unregister
-
-
-
-
Constructor Detail
-
JaxwsCreatePullPoint
public JaxwsCreatePullPoint(String name)
-
JaxwsCreatePullPoint
public JaxwsCreatePullPoint(String name, javax.jms.ConnectionFactory connectionFactory)
-
JaxwsCreatePullPoint
public JaxwsCreatePullPoint(String name, javax.jms.ConnectionFactory connectionFactory, EndpointManager epManager)
-
-
Method Detail
-
createPullPoint
protected AbstractPullPoint createPullPoint(String name)
- Overrides:
createPullPointin classJmsCreatePullPoint
-
-