IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sib.wsn
Class CreatePullPointResponse

java.lang.Object
  extended by com.ibm.websphere.sib.wsn.AnyElemAnyAttrType
      extended by 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

Field Summary
 
Fields inherited from class com.ibm.websphere.sib.wsn.AnyElemAnyAttrType
attributes, elements
 
Constructor Summary
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
 EndpointReference getPullPoint()
          Get the endpoint reference for the pull point
 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

public CreatePullPointResponse(EndpointReference pullPoint)
Create an instance without user defined elements

Parameters:
pullPoint - The endpoint reference for the pull point.

CreatePullPointResponse

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

Parameters:
pullPoint - The endpoint reference for the pull point.
Method Detail

getPullPoint

public EndpointReference getPullPoint()
Get the endpoint reference for the pull point

Returns:
Returns the pull point.

setPullPoint

public void setPullPoint(EndpointReference pullPoint)
Set the endpoint reference for the pull point

Parameters:
pullPoint - The pull point to set.

IBM WebSphere Application ServerTM
Release 8