|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ogf.graap.wsag.client.local.LocalWsClient
public class LocalWsClient
Default implementation of a WS client for local access. Internal use only.
Constructor Summary | |
---|---|
LocalWsClient()
Default constructor |
Method Summary | |
---|---|
EndpointReferenceType |
getEndpoint()
returns a dummy EPR for this agreement. |
Properties |
getProperties()
Returns the properties used by the web-service client. |
ISecurityProperties |
getSecurityProperties()
Returns the security properties used by the web-service client. |
WsClient |
getWebServiceClient()
|
boolean |
isUsingTrace()
Determines whether or not a client prints the web-service messages to the console. |
void |
setProperties(Properties properties)
Sets the properties used for the web-service client. |
void |
setTrace(boolean trace)
Sets the clients trace mode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalWsClient()
Method Detail |
---|
public EndpointReferenceType getEndpoint()
getEndpoint
in interface WsClient
public Properties getProperties()
getProperties
in interface WsClient
public ISecurityProperties getSecurityProperties()
getSecurityProperties
in interface WsClient
public boolean isUsingTrace()
isUsingTrace
in interface WsClient
public void setProperties(Properties properties)
setProperties
in interface WsClient
properties
- Sets the properties for this clientpublic void setTrace(boolean trace)
setTrace
in interface WsClient
trace
- true, if the web service client should traces incoming/outgoing messages.public WsClient getWebServiceClient()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |