com.ibm.websphere.sib.wsn
Class CreatePullPointResponse
- java.lang.Object
com.ibm.websphere.sib.wsn.AnyElemAnyAttrType
com.ibm.websphere.sib.wsn.CreatePullPointResponse
- public class CreatePullPointResponse
- extends AnyElemAnyAttrType
See Also:
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 |
---|---|
getPullPoint()
Get the endpoint reference for the pull point
|
|
|
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.