|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.jcs.sdkws.forwardinc.StubUtil
public class StubUtil
Util for making stubs.
| Field Summary | |
|---|---|
static String |
GROUP_SERVICE_URI
The URI for the Group web service |
static String |
SERVICE_URI
The URI for the AXIS web application |
static String |
USER_SERVICE_URI
The URI for the User web service |
| Constructor Summary | |
|---|---|
StubUtil()
|
|
| Method Summary | |
|---|---|
static GroupServiceStub |
createGroupServiceStub(SDKWSConnection con)
Creates a group service stub. |
static UserServiceStub |
createUserServiceStub(SDKWSConnection con)
Creates a user service stub. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SERVICE_URI
public static final String USER_SERVICE_URI
public static final String GROUP_SERVICE_URI
| Constructor Detail |
|---|
public StubUtil()
| Method Detail |
|---|
public static UserServiceStub createUserServiceStub(SDKWSConnection con)
throws NamingException
con - the connection object.
NamingException - if any errors occur.
public static GroupServiceStub createGroupServiceStub(SDKWSConnection con)
throws NamingException
con - the connection object.
NamingException - if any errors occur.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||