com.ibm.websphere.sib.wsn

Class CreatePullPointResponse

  1. java.lang.Object
  2. extended bycom.ibm.websphere.sib.wsn.AnyElemAnyAttrType
  3. extended bycom.ibm.websphere.sib.wsn.CreatePullPointResponse

  1. public class CreatePullPointResponse
  2. 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

Field Summary

Fields inherited from class com.ibm.websphere.sib.wsn.AnyElemAnyAttrType
attributes, elements

Constructor Summary

Constructor and Description
CreatePullPointResponse(EndpointReference pullPoint)
Create an instance without user defined elements
CreatePullPointResponse(EndpointReference pullPoint,javax.xml.soap.SOAPElement[] elements)
Create an instance with user defined elements

Method Summary

Modifier and Type Method and Description
  1. EndpointReference
getPullPoint()
Get the endpoint reference for the pull point
  1. void
setPullPoint(EndpointReference pullPoint)
Set the endpoint reference for the pull point
Methods inherited from class com.ibm.websphere.sib.wsn.AnyElemAnyAttrType
addAttribute, getAttributes, getAttributeValue, getElements, setElements
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CreatePullPointResponse

  1. public CreatePullPointResponse( EndpointReference pullPoint)
Create an instance without user defined elements
Parameters:
pullPoint - The endpoint reference for the pull point.

CreatePullPointResponse

  1. public CreatePullPointResponse( EndpointReference pullPoint,
  2. javax.xml.soap.SOAPElement[] elements)
Create an instance with user defined elements
Parameters:
pullPoint - The endpoint reference for the pull point.

Method Detail

getPullPoint

  1. public EndpointReference getPullPoint( )
Get the endpoint reference for the pull point
Returns:
Returns the pull point.

setPullPoint

  1. public void setPullPoint(EndpointReference pullPoint)
Set the endpoint reference for the pull point
Parameters:
pullPoint - The pull point to set.