com.ibm.websphere.sib.wsn
Class DestroyPullPoint
- java.lang.Object
com.ibm.websphere.sib.wsn.AnyElemAnyAttrType
com.ibm.websphere.sib.wsn.DestroyPullPoint
- public class DestroyPullPoint
- extends AnyElemAnyAttrType
See Also:
Field Summary
Fields inherited from class com.ibm.websphere.sib.wsn.AnyElemAnyAttrType |
---|
attributes, elements |
Constructor Summary
Constructor and Description |
---|
DestroyPullPoint()
Default constructor.
|
DestroyPullPoint(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
DestroyPullPoint
- public DestroyPullPoint()
Default constructor. Create an instance with no user defined elements
DestroyPullPoint
- public DestroyPullPoint(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: