Apache CXF API

org.apache.cxf.wsn.client
Class CreatePullPoint

java.lang.Object
  extended by org.apache.cxf.wsn.client.CreatePullPoint
All Implemented Interfaces:
Referencable

public class CreatePullPoint
extends Object
implements Referencable


Constructor Summary
CreatePullPoint(String address)
           
CreatePullPoint(W3CEndpointReference epr)
           
 
Method Summary
 PullPoint create()
           
 CreatePullPoint getCreatePullPoint()
           
 W3CEndpointReference getEpr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePullPoint

public CreatePullPoint(String address)

CreatePullPoint

public CreatePullPoint(W3CEndpointReference epr)
Method Detail

getCreatePullPoint

public CreatePullPoint getCreatePullPoint()

getEpr

public W3CEndpointReference getEpr()
Specified by:
getEpr in interface Referencable

create

public PullPoint create()
                 throws UnableToCreatePullPointFault
Throws:
UnableToCreatePullPointFault

Apache CXF API

Apache CXF