org.fcrepo.server.storage.types
Class MethodDefOperationBind

java.lang.Object
  extended by org.fcrepo.server.storage.types.MethodDef
      extended by org.fcrepo.server.storage.types.MethodDefOperationBind

public class MethodDefOperationBind
extends MethodDef

Author:
Sandy Payette

Field Summary
 String[] dsBindingKeys
           
static String HTTP_MESSAGE_PROTOCOL
           
 String operationLocation
           
 String operationURL
           
 String[] outputMIMETypes
          Possible response MIME types.
 String protocolType
           
 String serviceBindingAddress
           
static String SOAP_MESSAGE_PROTOCOL
           
 
Fields inherited from class org.fcrepo.server.storage.types.MethodDef
methodLabel, methodName, methodParms
 
Constructor Summary
MethodDefOperationBind()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_MESSAGE_PROTOCOL

public static final String HTTP_MESSAGE_PROTOCOL
See Also:
Constant Field Values

SOAP_MESSAGE_PROTOCOL

public static final String SOAP_MESSAGE_PROTOCOL
See Also:
Constant Field Values

protocolType

public String protocolType

serviceBindingAddress

public String serviceBindingAddress

operationLocation

public String operationLocation

operationURL

public String operationURL

dsBindingKeys

public String[] dsBindingKeys

outputMIMETypes

public String[] outputMIMETypes
Possible response MIME types.

Constructor Detail

MethodDefOperationBind

public MethodDefOperationBind()


Copyright © 2011 DuraSpace. All Rights Reserved.