|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.sib.wsn.AnyElemAnyAttrType
com.ibm.websphere.sib.wsn.CreatePullPointResponse
public class CreatePullPointResponse
A class which represents the CreatePullPointResponse element in the WS-Notification Base Notification schema. This class allows custom elements and attributes to be set.
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 |
---|
public CreatePullPointResponse(EndpointReference pullPoint)
pullPoint
- The endpoint reference for the pull point.public CreatePullPointResponse(EndpointReference pullPoint, javax.xml.soap.SOAPElement[] elements)
pullPoint
- The endpoint reference for the pull point.Method Detail |
---|
public EndpointReference getPullPoint()
public void setPullPoint(EndpointReference pullPoint)
pullPoint
- The pull point to set.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |