|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ogf.graap.wsag.client.api.impl.AbstractClient
public abstract class AbstractClient
Constructor Summary | |
---|---|
AbstractClient()
|
Method Summary | |
---|---|
Properties |
getProperties()
Returns the properties of the remote client. |
abstract RemoteClient |
getRemoteClient()
Returns the remote client used by this implementation in order to communicate with the WSAG4J server. |
EndpointReferenceType |
getRemoteReference()
Returns the remote reference of the remote client. |
ISecurityProperties |
getSecurityProperties()
Returns the security properties of the remote client. |
boolean |
isUsingTrace()
Returns whether or not the remote client traces the messages to the console. |
void |
setProperties(Properties properties)
Sets the properties for the remote client. |
void |
setTrace(boolean trace)
Sets whether or not the remote client traces the messages to the console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractClient()
Method Detail |
---|
public EndpointReferenceType getRemoteReference()
public abstract RemoteClient getRemoteClient()
public Properties getProperties()
public void setProperties(Properties properties)
properties
- the remote client propertiespublic boolean isUsingTrace()
public void setTrace(boolean trace)
trace
- trace modepublic ISecurityProperties getSecurityProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |