com.ibm.commerce.webservice.proxies
Class POCreateProxy

java.lang.Object
  com.ibm.commerce.webservice.proxies.POCreateProxy

public class POCreateProxy
extends java.lang.Object

This proxy class is generated for accessing the webservice based on OrderFulfillment.wsdl


Constructor Summary
POCreateProxy()
Default constructor for POCreateProxy Auto Generated code
Method Summary
OrderFulfillmentStatus createPurchaseOrder(Report_NC_PurchaseOrder poMsg)
Method for interacting with the webservice
java.net.URL getEndPoint()
void setEndPoint(java.net.URL url)
Set the specified activation url for the webservice Auto Generated code
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

POCreateProxy

public POCreateProxy()
Default constructor for POCreateProxy Auto Generated code
Method Detail

setEndPoint

public void setEndPoint(java.net.URL url)
Set the specified activation url for the webservice Auto Generated code

getEndPoint

public java.net.URL getEndPoint()
                         throws java.net.MalformedURLException
Returns:
URL the end point for the webservice
Throws:
java.net.MalformedURLException - Auto Generated code

createPurchaseOrder

public OrderFulfillmentStatus createPurchaseOrder(Report_NC_PurchaseOrder poMsg)
                                           throws java.lang.Exception
Method for interacting with the webservice
Returns:
OrderFulfillmentStatus
Throws:
java.lang.Exception - Auto Generated code

Feedback