org.apache.servicemix.wsn.client
Class PullPoint

java.lang.Object
  extended by org.apache.servicemix.wsn.client.AbstractWSAClient
      extended by org.apache.servicemix.wsn.client.PullPoint

public class PullPoint
extends AbstractWSAClient


Constructor Summary
PullPoint(javax.xml.ws.wsaddressing.W3CEndpointReference pullPoint, org.apache.servicemix.jbi.container.JBIContainer container)
           
PullPoint(javax.xml.ws.wsaddressing.W3CEndpointReference pullPoint, org.apache.servicemix.client.ServiceMixClient client)
           
 
Method Summary
 void destroy()
           
 List<NotificationMessageHolderType> getMessages(int max)
           
 
Methods inherited from class org.apache.servicemix.wsn.client.AbstractWSAClient
createJaxbClient, createJaxbClient, createWSA, getClient, getEndpoint, getResolver, getWSAAddress, request, resolveWSA, send, setClient, setEndpoint, setResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PullPoint

public PullPoint(javax.xml.ws.wsaddressing.W3CEndpointReference pullPoint,
                 org.apache.servicemix.client.ServiceMixClient client)

PullPoint

public PullPoint(javax.xml.ws.wsaddressing.W3CEndpointReference pullPoint,
                 org.apache.servicemix.jbi.container.JBIContainer container)
          throws javax.jbi.JBIException,
                 javax.xml.bind.JAXBException
Throws:
javax.jbi.JBIException
javax.xml.bind.JAXBException
Method Detail

getMessages

public List<NotificationMessageHolderType> getMessages(int max)
                                                throws javax.jbi.JBIException
Throws:
javax.jbi.JBIException

destroy

public void destroy()
             throws javax.jbi.JBIException
Throws:
javax.jbi.JBIException


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.