public class OperationRequestState extends DefaultParsingState
Modifier and Type | Field and Description |
---|---|
static String |
ID |
static OperationRequestState |
INSTANCE |
enterStateHandlers
Constructor and Description |
---|
OperationRequestState() |
OperationRequestState(NodeState nodeState,
AddressOperationSeparatorState addrOpSep,
PropertyListState propList,
HeaderListState headerList,
OutputTargetState outRedirect) |
Modifier and Type | Method and Description |
---|---|
CharacterHandler |
getEndContentHandler() |
CharacterHandler |
getEnterHandler() |
String |
getId() |
CharacterHandler |
getLeaveHandler() |
CharacterHandler |
getReturnHandler() |
void |
setEndContentHandler(CharacterHandler handler) |
void |
setEnterHandler(CharacterHandler handler) |
void |
setLeaveHandler(CharacterHandler handler) |
void |
setReturnHandler(CharacterHandler handler) |
enterState, getDefaultHandler, getHandler, isIgnoreWhitespaces, putHandler, setDefaultHandler, setHandleEntrance, setIgnoreWhitespaces
public static final String ID
public static final OperationRequestState INSTANCE
public OperationRequestState()
public OperationRequestState(NodeState nodeState, AddressOperationSeparatorState addrOpSep, PropertyListState propList, HeaderListState headerList, OutputTargetState outRedirect)
public String getId()
getId
in interface ParsingState
public CharacterHandler getEndContentHandler()
getEndContentHandler
in interface ParsingState
public void setEndContentHandler(CharacterHandler handler)
public CharacterHandler getReturnHandler()
getReturnHandler
in interface ParsingState
public void setReturnHandler(CharacterHandler handler)
public CharacterHandler getEnterHandler()
getEnterHandler
in interface ParsingState
public void setEnterHandler(CharacterHandler handler)
public CharacterHandler getLeaveHandler()
getLeaveHandler
in interface ParsingState
public void setLeaveHandler(CharacterHandler handler)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.