|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.hi.client.ClientBase<T>
public abstract class ClientBase<T>
Field Summary | |
---|---|
protected static java.lang.String |
EMPTY
Empty String variable. |
protected au.gov.nehta.vendorlibrary.ws.handler.LoggingHandler |
loggingHandler
The Logging handler instance for logging SOAP request and Response messages. |
protected T |
port
The Metro/XML Webservice binding port for webservice operations |
protected java.security.cert.X509Certificate |
signingCertificate
The Certificate to be used for Signing |
protected java.security.PrivateKey |
signingPrivateKey
The Private Key to be used for Signing |
protected static java.lang.String |
SSL_SOCKET_FACTORY
SSL socket factory class name Also added for non "internal" clients where the Metro libraries are supplied on the classpath |
protected static java.lang.String |
SSL_SOCKET_FACTORY_INTERNAL
SSL socket factory class name |
protected javax.net.ssl.SSLSocketFactory |
sslSocketFactory
The SSL Socket Factory to be used for connecting to the Web Service provider |
Constructor Summary | |
---|---|
ClientBase()
|
Method Summary | |
---|---|
protected void |
configureEndpoint(java.lang.Object servicePort,
java.lang.String endpoint)
Configure the endpoint using the provided configuration information. |
javax.xml.ws.BindingProvider |
getBindingProvider()
Convenience method Return access to the underlying webservice client as a binding provider |
java.lang.String |
getLastSoapRequest()
Getter for lastSoapRequest. |
java.lang.String |
getLastSoapResponse()
Getter for lastSoapResponse. |
T |
getPort()
Return access to the underlying webservice client object |
protected abstract boolean |
hasNoOrganisationQualifiedId()
|
protected static boolean |
isEmpty(java.lang.String s)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected T port
protected javax.net.ssl.SSLSocketFactory sslSocketFactory
protected java.security.PrivateKey signingPrivateKey
protected java.security.cert.X509Certificate signingCertificate
protected static final java.lang.String SSL_SOCKET_FACTORY_INTERNAL
protected static final java.lang.String SSL_SOCKET_FACTORY
protected static final java.lang.String EMPTY
protected au.gov.nehta.vendorlibrary.ws.handler.LoggingHandler loggingHandler
Constructor Detail |
---|
public ClientBase()
Method Detail |
---|
protected void configureEndpoint(java.lang.Object servicePort, java.lang.String endpoint)
servicePort
- the service definition. (Mandatory)endpoint
- the URL for the Web service endpoint. (Mandatory)protected abstract boolean hasNoOrganisationQualifiedId()
public T getPort()
public javax.xml.ws.BindingProvider getBindingProvider()
public final java.lang.String getLastSoapResponse()
public final java.lang.String getLastSoapRequest()
protected static final boolean isEmpty(java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |