Package org.fcrepo.server.storage.types

Examples of org.fcrepo.server.storage.types.MethodDefOperationBind


                // From methodMap which was previously created by parsing Fedora method map metadata
                // which provides a Fedora overlay on the service WSDL.
                MmapMethodDef methodDef =
                        (MmapMethodDef) methodMap.wsdlOperationToMethodDef
                                .get(((HTTPBinding) binding).operations[i].operationName);
                fedoraMethodDefBindings[i] = new MethodDefOperationBind();
                fedoraMethodDefBindings[i].methodName = methodDef.methodName;
                fedoraMethodDefBindings[i].methodLabel = methodDef.methodLabel;
                fedoraMethodDefBindings[i].methodParms = methodDef.methodParms;

                // From WSDL Port found in Service object
View Full Code Here

TOP

Related Classes of org.fcrepo.server.storage.types.MethodDefOperationBind

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.