public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.axiom.om.OMElement |
getCustomPayload(String symbol) |
static org.apache.axiom.om.OMElement |
getCustomQuoteRequest(String symbol) |
static org.apache.axiom.om.OMElement |
getIncorrectRequest(String stringValue) |
static org.apache.axiom.om.OMElement |
getSimpleQuoteRequest(String symbol) |
static org.apache.axiom.om.OMElement |
getStockQuoteRequest(String symbol) |
public static org.apache.axiom.om.OMElement getSimpleQuoteRequest(String symbol)
public static org.apache.axiom.om.OMElement getCustomQuoteRequest(String symbol)
public static org.apache.axiom.om.OMElement getStockQuoteRequest(String symbol)
public static org.apache.axiom.om.OMElement getIncorrectRequest(String stringValue)
public static org.apache.axiom.om.OMElement getCustomPayload(String symbol)
Copyright © 2015 WSO2 Inc. All rights reserved.