public class CreatePullPointResponse extends AnyElemAnyAttrType
AnyElemAnyAttrType
attributes, elements
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
|
Modifier and Type | Method and Description |
---|---|
EndpointReference |
getPullPoint()
Get the endpoint reference for the pull point
|
void |
setPullPoint(EndpointReference pullPoint)
Set the endpoint reference for the pull point
|
addAttribute, getAttributes, getAttributeValue, getElements, setElements
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.public EndpointReference getPullPoint()
public void setPullPoint(EndpointReference pullPoint)
pullPoint
- The pull point to set.