|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.client.toolkit.ConnectionProperty
A class representing the properties used to configure a
client-service connection.
OGSA-DAI connection properties have namespace
http://ogsadai.org.uk/namespaces/2005/10/
.
Field Summary | |
static java.lang.String |
CONNECTION_PROPERTY_NS
OGSA-DAI connection properties namespace |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private javax.xml.namespace.QName |
mName
Name of this property |
Constructor Summary | |
ConnectionProperty(javax.xml.namespace.QName name)
Creates a new connection property with the given name. |
Method Summary | |
abstract void |
configureCallFactory(SOAPCallFactory factory)
Configures a SOAPCallFactory to apply this connection
property to any subsequent calls that are made. |
javax.xml.namespace.QName |
getName()
Gets the connection property name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
public static final java.lang.String CONNECTION_PROPERTY_NS
private javax.xml.namespace.QName mName
Constructor Detail |
public ConnectionProperty(javax.xml.namespace.QName name)
name
- Property name.Method Detail |
public javax.xml.namespace.QName getName()
public abstract void configureCallFactory(SOAPCallFactory factory)
SOAPCallFactory
to apply this connection
property to any subsequent calls that are made.
factory
- factory used for creating SOAP calls that this connection property
will be applied to
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |