| Package | Description |
|---|---|
| org.marketcetera.util.ws.stateful |
Web services infrastructure.
|
| org.marketcetera.util.ws.stateless |
Infrastructure for stateless communication between client and
server.
|
| Constructor and Description |
|---|
Client(AppId appId)
Creates a new client node with the default server host name and
port, and the given client application ID.
|
Client(String host,
int port,
AppId appId)
Creates a new client node with the given server host name,
port, and client application ID.
|
Client(String inHost,
int inPort,
AppId inAppId,
ContextClassProvider inContextClassProvider)
Create a new Client instance.
|
| Modifier and Type | Method and Description |
|---|---|
AppId |
StatelessClientContext.getAppId()
Returns the receiver's application ID.
|
AppId |
StatelessClient.getAppId()
Returns the receiver's application ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatelessClientContext.setAppId(AppId appId)
Sets the receiver's application ID to the given one.
|
| Constructor and Description |
|---|
StatelessClient(AppId appId)
Creates a new client node with the default server host name and
port, and the given client application ID.
|
StatelessClient(String host,
int port,
AppId appId)
Creates a new client node with the given server host name,
port, and client application ID.
|
StatelessClient(String inHost,
int inPort,
AppId inAppId,
ContextClassProvider inContextClasses)
Create a new StatelessClient instance.
|
Copyright © 2015. All Rights Reserved.