IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sib.wsn
Class DestroyPullPointResponse

java.lang.Object
  extended by com.ibm.websphere.sib.wsn.AnyElemAnyAttrType
      extended by com.ibm.websphere.sib.wsn.DestroyPullPointResponse

public class DestroyPullPointResponse
extends AnyElemAnyAttrType

A class which represents the DestroyPullPointResponse 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
DestroyPullPointResponse()
          Default constructor.
DestroyPullPointResponse(javax.xml.soap.SOAPElement[] elements)
          Create an instance with user defined elements.
 
Method Summary
 
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

DestroyPullPointResponse

public DestroyPullPointResponse()
Default constructor. Create an instance with no user defined elements


DestroyPullPointResponse

public DestroyPullPointResponse(javax.xml.soap.SOAPElement[] elements)
Create an instance with user defined elements. This is a short cut for calling the default constructor and then calling

Parameters:
elements - The user defined elements
See Also:
AnyElemAnyAttrType.setElements(SOAPElement[])

IBM WebSphere Application ServerTM
Release 8