|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.dsws.Consumer
public abstract class Consumer
The Consumer class is the abstract base class of all helpers. It contains most of the information to consume Business Objects web services.
| Constructor Summary | |
|---|---|
Consumer()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
displayException(AxisFault objDswsException)
Get the string to display the exception |
static DSWSException |
GetAxisFaultDetails(AxisFault axisFault)
|
Connection |
getConnection()
Gets the Connection object associated with this Consumer. |
Connection |
getConnection(java.lang.String strURL)
Returns a new Connection object which is a copy of the one used by this Consumer. |
ConnectionState |
getConnectionState()
Returns a new ConnectionState object which is a copy of the one used by this Consumer. |
Consumer |
getConsumer(java.lang.String strWSType,
java.lang.String strWSUrl)
Gets a Consumer object given the Web Service type and Web Service URL. |
Consumer |
getConsumer(java.lang.String strWebServiceMethod,
java.lang.String strWSType,
java.lang.String strWSUrl)
Internal Use Only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Consumer()
| Method Detail |
|---|
public Consumer getConsumer(java.lang.String strWSType,
java.lang.String strWSUrl)
throws AxisFault
Consumer object given the Web Service type and Web Service URL.
strWSType - the Web Service type as a String such as Session, BICatalog, ReportEngine, QueryService, Publish...strWSUrl - the Web Service URL as a String
Consumer object given the Web Service type and Web Service URL, that is an instance of Session, BICatalog, ReportEngine, QueryService, Publish...
AxisFault
public Consumer getConsumer(java.lang.String strWebServiceMethod,
java.lang.String strWSType,
java.lang.String strWSUrl)
throws AxisFault
Internal Use Only.
AxisFault
public Connection getConnection()
throws AxisFault
Connection object associated with this Consumer.
Connection object associated with this Consumer
AxisFault
public Connection getConnection(java.lang.String strURL)
throws AxisFault
Connection object which is a copy of the one used by this Consumer.
Connection object associated with this Consumer
AxisFaultpublic ConnectionState getConnectionState()
ConnectionState object which is a copy of the one used by this Consumer.
ConnectionState object associated with this Consumerpublic static java.lang.String displayException(AxisFault objDswsException)
None -
Nonepublic static DSWSException GetAxisFaultDetails(AxisFault axisFault)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||