Class TransferConstants
- java.lang.Object
-
- org.apache.cxf.ws.transfer.shared.TransferConstants
-
public final class TransferConstants extends Object
Helper class for holding of constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_CREATEstatic StringACTION_CREATE_RESPONSEstatic StringACTION_DELETEstatic StringACTION_DELETE_RESPONSEstatic StringACTION_GETstatic StringACTION_GET_RESPONSEstatic StringACTION_PUTstatic StringACTION_PUT_RESPONSEstatic StringNAME_MESSAGE_CREATEstatic StringNAME_MESSAGE_CREATE_RESPONSEstatic StringNAME_MESSAGE_DELETEstatic StringNAME_MESSAGE_DELETE_RESPONSEstatic StringNAME_MESSAGE_GETstatic StringNAME_MESSAGE_GET_RESPONSEstatic StringNAME_MESSAGE_PUTstatic StringNAME_MESSAGE_PUT_RESPONSEstatic StringNAME_OPERATION_CREATEstatic StringNAME_OPERATION_DELETEstatic StringNAME_OPERATION_GETstatic StringNAME_OPERATION_PUTstatic StringNAME_RESOURCEstatic StringNAME_RESOURCE_FACTORYstatic StringRESOURCE_REMOTE_SUFFIXstatic StringTRANSFER_2011_03_NAMESPACE
-
-
-
Field Detail
-
TRANSFER_2011_03_NAMESPACE
public static final String TRANSFER_2011_03_NAMESPACE
- See Also:
- Constant Field Values
-
NAME_RESOURCE
public static final String NAME_RESOURCE
- See Also:
- Constant Field Values
-
NAME_RESOURCE_FACTORY
public static final String NAME_RESOURCE_FACTORY
- See Also:
- Constant Field Values
-
NAME_OPERATION_GET
public static final String NAME_OPERATION_GET
- See Also:
- Constant Field Values
-
NAME_OPERATION_DELETE
public static final String NAME_OPERATION_DELETE
- See Also:
- Constant Field Values
-
NAME_OPERATION_PUT
public static final String NAME_OPERATION_PUT
- See Also:
- Constant Field Values
-
NAME_OPERATION_CREATE
public static final String NAME_OPERATION_CREATE
- See Also:
- Constant Field Values
-
NAME_MESSAGE_GET
public static final String NAME_MESSAGE_GET
- See Also:
- Constant Field Values
-
NAME_MESSAGE_GET_RESPONSE
public static final String NAME_MESSAGE_GET_RESPONSE
- See Also:
- Constant Field Values
-
NAME_MESSAGE_DELETE
public static final String NAME_MESSAGE_DELETE
- See Also:
- Constant Field Values
-
NAME_MESSAGE_DELETE_RESPONSE
public static final String NAME_MESSAGE_DELETE_RESPONSE
- See Also:
- Constant Field Values
-
NAME_MESSAGE_PUT
public static final String NAME_MESSAGE_PUT
- See Also:
- Constant Field Values
-
NAME_MESSAGE_PUT_RESPONSE
public static final String NAME_MESSAGE_PUT_RESPONSE
- See Also:
- Constant Field Values
-
NAME_MESSAGE_CREATE
public static final String NAME_MESSAGE_CREATE
- See Also:
- Constant Field Values
-
NAME_MESSAGE_CREATE_RESPONSE
public static final String NAME_MESSAGE_CREATE_RESPONSE
- See Also:
- Constant Field Values
-
ACTION_GET
public static final String ACTION_GET
- See Also:
- Constant Field Values
-
ACTION_GET_RESPONSE
public static final String ACTION_GET_RESPONSE
- See Also:
- Constant Field Values
-
ACTION_DELETE
public static final String ACTION_DELETE
- See Also:
- Constant Field Values
-
ACTION_DELETE_RESPONSE
public static final String ACTION_DELETE_RESPONSE
- See Also:
- Constant Field Values
-
ACTION_PUT
public static final String ACTION_PUT
- See Also:
- Constant Field Values
-
ACTION_PUT_RESPONSE
public static final String ACTION_PUT_RESPONSE
- See Also:
- Constant Field Values
-
ACTION_CREATE
public static final String ACTION_CREATE
- See Also:
- Constant Field Values
-
ACTION_CREATE_RESPONSE
public static final String ACTION_CREATE_RESPONSE
- See Also:
- Constant Field Values
-
RESOURCE_REMOTE_SUFFIX
public static final String RESOURCE_REMOTE_SUFFIX
- See Also:
- Constant Field Values
-
-