|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ImplementationConfigurationType in org.ogf.graap.wsag.server.actions |
---|
Methods in org.ogf.graap.wsag.server.actions that return ImplementationConfigurationType | |
---|---|
ImplementationConfigurationType |
IAction.getActionConfiguration()
|
ImplementationConfigurationType |
IActionHandlerContext.getHandlerConfiguration()
This is the configuration of the handler instance. |
Methods in org.ogf.graap.wsag.server.actions with parameters of type ImplementationConfigurationType | |
---|---|
void |
IAction.setActionConfiguration(ImplementationConfigurationType configuration)
|
Uses of ImplementationConfigurationType in org.ogf.graap.wsag.server.actions.impl |
---|
Methods in org.ogf.graap.wsag.server.actions.impl that return ImplementationConfigurationType | |
---|---|
ImplementationConfigurationType |
AgreementFactoryAction.getActionConfiguration()
Returns the configuration of this particular AgreementFactoryAction
instance.
|
ImplementationConfigurationType |
HandlerContext.getHandlerConfiguration()
This is the configuration of the handler instance. |
Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type ImplementationConfigurationType | |
---|---|
void |
AgreementFactoryAction.setActionConfiguration(ImplementationConfigurationType configuration)
Sets the configuration for this object. |
void |
HandlerContext.setHandlerConfiguration(ImplementationConfigurationType config)
|
Uses of ImplementationConfigurationType in org.ogf.graap.wsag4j.types.configuration |
---|
Methods in org.ogf.graap.wsag4j.types.configuration that return ImplementationConfigurationType | |
---|---|
ImplementationConfigurationType |
ActionType.addNewCreateAgreementConfiguration()
Appends and returns a new empty "CreateAgreementConfiguration" element |
ImplementationConfigurationType |
FactoryConfigurationType.addNewFactoryImplementation()
Appends and returns a new empty "FactoryImplementation" element |
ImplementationConfigurationType |
ActionType.addNewGetTemplateConfiguration()
Appends and returns a new empty "GetTemplateConfiguration" element |
ImplementationConfigurationType |
ActionType.addNewNegotiationConfiguration()
Appends and returns a new empty "NegotiationConfiguration" element |
ImplementationConfigurationType |
FactoryConfigurationType.addNewPersistenceImplementation()
Appends and returns a new empty "PersistenceImplementation" element |
ImplementationConfigurationType |
ActionType.getCreateAgreementConfiguration()
Gets the "CreateAgreementConfiguration" element |
ImplementationConfigurationType |
FactoryConfigurationType.getFactoryImplementation()
Gets the "FactoryImplementation" element |
ImplementationConfigurationType |
ActionType.getGetTemplateConfiguration()
Gets the "GetTemplateConfiguration" element |
ImplementationConfigurationType |
ActionType.getNegotiationConfiguration()
Gets the "NegotiationConfiguration" element |
ImplementationConfigurationType |
FactoryConfigurationType.getPersistenceImplementation()
Gets the "PersistenceImplementation" element |
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.newInstance()
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(File file)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(InputStream is)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(Node node)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(Reader r)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(String xmlAsString)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(URL u)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ImplementationConfigurationType |
ImplementationConfigurationType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type ImplementationConfigurationType | |
---|---|
void |
ActionType.setCreateAgreementConfiguration(ImplementationConfigurationType createAgreementConfiguration)
Sets the "CreateAgreementConfiguration" element |
void |
FactoryConfigurationType.setFactoryImplementation(ImplementationConfigurationType factoryImplementation)
Sets the "FactoryImplementation" element |
void |
ActionType.setGetTemplateConfiguration(ImplementationConfigurationType getTemplateConfiguration)
Sets the "GetTemplateConfiguration" element |
void |
ActionType.setNegotiationConfiguration(ImplementationConfigurationType negotiationConfiguration)
Sets the "NegotiationConfiguration" element |
void |
FactoryConfigurationType.setPersistenceImplementation(ImplementationConfigurationType persistenceImplementation)
Sets the "PersistenceImplementation" element |
Uses of ImplementationConfigurationType in org.ogf.graap.wsag4j.types.configuration.impl |
---|
Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement ImplementationConfigurationType | |
---|---|
class |
ImplementationConfigurationTypeImpl
An XML ImplementationConfigurationType(@http://schemas.scai.fraunhofer.de/config/wsag4j). |
Methods in org.ogf.graap.wsag4j.types.configuration.impl that return ImplementationConfigurationType | |
---|---|
ImplementationConfigurationType |
ActionTypeImpl.addNewCreateAgreementConfiguration()
Appends and returns a new empty "CreateAgreementConfiguration" element |
ImplementationConfigurationType |
FactoryConfigurationTypeImpl.addNewFactoryImplementation()
Appends and returns a new empty "FactoryImplementation" element |
ImplementationConfigurationType |
ActionTypeImpl.addNewGetTemplateConfiguration()
Appends and returns a new empty "GetTemplateConfiguration" element |
ImplementationConfigurationType |
ActionTypeImpl.addNewNegotiationConfiguration()
Appends and returns a new empty "NegotiationConfiguration" element |
ImplementationConfigurationType |
FactoryConfigurationTypeImpl.addNewPersistenceImplementation()
Appends and returns a new empty "PersistenceImplementation" element |
ImplementationConfigurationType |
ActionTypeImpl.getCreateAgreementConfiguration()
Gets the "CreateAgreementConfiguration" element |
ImplementationConfigurationType |
FactoryConfigurationTypeImpl.getFactoryImplementation()
Gets the "FactoryImplementation" element |
ImplementationConfigurationType |
ActionTypeImpl.getGetTemplateConfiguration()
Gets the "GetTemplateConfiguration" element |
ImplementationConfigurationType |
ActionTypeImpl.getNegotiationConfiguration()
Gets the "NegotiationConfiguration" element |
ImplementationConfigurationType |
FactoryConfigurationTypeImpl.getPersistenceImplementation()
Gets the "PersistenceImplementation" element |
Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type ImplementationConfigurationType | |
---|---|
void |
ActionTypeImpl.setCreateAgreementConfiguration(ImplementationConfigurationType createAgreementConfiguration)
Sets the "CreateAgreementConfiguration" element |
void |
FactoryConfigurationTypeImpl.setFactoryImplementation(ImplementationConfigurationType factoryImplementation)
Sets the "FactoryImplementation" element |
void |
ActionTypeImpl.setGetTemplateConfiguration(ImplementationConfigurationType getTemplateConfiguration)
Sets the "GetTemplateConfiguration" element |
void |
ActionTypeImpl.setNegotiationConfiguration(ImplementationConfigurationType negotiationConfiguration)
Sets the "NegotiationConfiguration" element |
void |
FactoryConfigurationTypeImpl.setPersistenceImplementation(ImplementationConfigurationType persistenceImplementation)
Sets the "PersistenceImplementation" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |