public class ServiceMapper extends Object
| Constructor and Description |
|---|
ServiceMapper(String behaviorObjectPID) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentDSBindSpec |
getDSInputSpec(InputSource dsInputSpecSource) |
MethodDefOperationBind[] |
getMethodDefBindings(InputSource wsdlSource,
InputSource methodMapSource)
getMethodDefBindings: creates an array of operation bindings in the form
of an array of Fedora MethodDefOperationBind objects.
|
MethodDef[] |
getMethodDefs(InputSource methodMapSource)
getMethodDefs: creates an array of abstract method definitions in the
form of an array of Fedora MethodDef objects.
|
static void |
main(String[] args) |
public ServiceMapper(String behaviorObjectPID)
public static void main(String[] args)
public MethodDef[] getMethodDefs(InputSource methodMapSource) throws ObjectIntegrityException, RepositoryConfigurationException, GeneralException
methodMapSource - :
Fedora Method Map definition for methodsObjectIntegrityExceptionRepositoryConfigurationExceptionGeneralExceptionpublic MethodDefOperationBind[] getMethodDefBindings(InputSource wsdlSource, InputSource methodMapSource) throws ObjectIntegrityException, RepositoryConfigurationException, GeneralException
wsdlSource - :
WSDL service definition for methodsmethodMapSource - :
Fedora Method Map definition for methodsObjectIntegrityExceptionRepositoryConfigurationExceptionGeneralExceptionpublic DeploymentDSBindSpec getDSInputSpec(InputSource dsInputSpecSource) throws ObjectIntegrityException, RepositoryConfigurationException, GeneralException
Copyright © 2013 DuraSpace. All Rights Reserved.