|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the client typepublic interface ClientFactory<T>
Factory interface for wsag4j clients.
Field Summary | |
---|---|
static String |
DEFAULT_CONFIGURATION_FILE
location of the default configuration file |
Method Summary | |
---|---|
T |
newInstance(EndpointReferenceType epr)
Creates a new client for a given endpoint. |
T |
newInstance(EndpointReferenceType epr,
LoginContext context)
Creates a new client for a given endpoint using the given login context. |
Field Detail |
---|
static final String DEFAULT_CONFIGURATION_FILE
Method Detail |
---|
T newInstance(EndpointReferenceType epr) throws Exception
epr
- the factory registry endpoint
Exception
- the instantiation of the registry implementation failedT newInstance(EndpointReferenceType epr, LoginContext context) throws Exception
epr
- the factory registry endpointcontext
- the login context to use
Exception
- the instantiation of the registry implementation failed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |