com.ibm.websphere.sib.wsn
Class CreatePullPointResponse
java.lang.Object
com.ibm.websphere.sib.wsn.AnyElemAnyAttrType
com.ibm.websphere.sib.wsn.CreatePullPointResponse
public class CreatePullPointResponse
- extends AnyElemAnyAttrType
A class which represents the CreatePullPointResponse element in the WS-Notification
Base Notification schema. This class allows custom elements and attributes to
be set.
- See Also:
AnyElemAnyAttrType
Constructor Summary |
CreatePullPointResponse(com.ibm.websphere.wsaddressing.EndpointReference pullPoint)
Create an instance without user defined elements |
CreatePullPointResponse(com.ibm.websphere.wsaddressing.EndpointReference pullPoint,
javax.xml.soap.SOAPElement[] elements)
Create an instance with user defined elements |
Method Summary |
com.ibm.websphere.wsaddressing.EndpointReference |
getPullPoint()
Get the endpoint reference for the pull point |
void |
setPullPoint(com.ibm.websphere.wsaddressing.EndpointReference pullPoint)
Set the endpoint reference for the pull point |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreatePullPointResponse
public CreatePullPointResponse(com.ibm.websphere.wsaddressing.EndpointReference pullPoint)
- Create an instance without user defined elements
- Parameters:
pullPoint
- The endpoint reference for the pull point.
CreatePullPointResponse
public CreatePullPointResponse(com.ibm.websphere.wsaddressing.EndpointReference pullPoint,
javax.xml.soap.SOAPElement[] elements)
- Create an instance with user defined elements
- Parameters:
pullPoint
- The endpoint reference for the pull point.
getPullPoint
public com.ibm.websphere.wsaddressing.EndpointReference getPullPoint()
- Get the endpoint reference for the pull point
- Returns:
- Returns the pull point.
setPullPoint
public void setPullPoint(com.ibm.websphere.wsaddressing.EndpointReference pullPoint)
- Set the endpoint reference for the pull point
- Parameters:
pullPoint
- The pull point to set.