|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.description.AxisDescription org.apache.axis2.description.AxisOperation org.apache.axis2.description.TwoChannelAxisOperation org.apache.axis2.description.OutInAxisOperation org.apache.axis2.description.RobustOutOnlyAxisOperation
public class RobustOutOnlyAxisOperation
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.axis2.wsdl.WSDLConstants |
---|
WSDLConstants.WSDL11Constants, WSDLConstants.WSDL20_2004_Constants, WSDLConstants.WSDL20_2006Constants |
Field Summary |
---|
Fields inherited from class org.apache.axis2.description.TwoChannelAxisOperation |
---|
inFaultMessage, inMessage, outFaultMessage, outMessage |
Fields inherited from class org.apache.axis2.description.AxisOperation |
---|
STYLE_DOC, STYLE_MSG, STYLE_RPC |
Fields inherited from class org.apache.axis2.description.AxisDescription |
---|
engagedModules, parameterObservers, parent |
Fields inherited from interface org.apache.axis2.description.DescriptionConstants |
---|
CLASSLOADER_KEY, CONTEXTPATH_KEY, EXECUTION_CHAIN_KEY, EXECUTION_FAULT_CHAIN_KEY, EXECUTION_OUT_CHAIN_KEY, IN_FAULTFLOW_KEY, INFLOW_KEY, MESSAGE_RECEIVER_KEY, MODULEREF_KEY, OPERATION_KEY, OUT_FAULTFLOW_KEY, OUTFLOW_KEY, PARAMETER_KEY, PHASES_KEY, SERVICE_CLASS_NAME, STYLE_KEY |
Constructor Summary | |
---|---|
RobustOutOnlyAxisOperation()
|
|
RobustOutOnlyAxisOperation(QName name)
|
Method Summary | |
---|---|
OperationClient |
createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-IN operation. |
Methods inherited from class org.apache.axis2.description.OutInAxisOperation |
---|
addMessageContext |
Methods inherited from class org.apache.axis2.description.TwoChannelAxisOperation |
---|
addFaultMessageContext, addMessage, getMessage, getPhasesInFaultFlow, getPhasesOutFaultFlow, getPhasesOutFlow, getRemainingPhasesInFlow, setPhasesInFaultFlow, setPhasesOutFaultFlow, setPhasesOutFlow, setRemainingPhasesInFlow |
Methods inherited from class org.apache.axis2.description.AxisDescription |
---|
addChild, addChild, addParameter, addParameter, addParameterObserver, applyPolicy, applyPolicy, deserializeParameters, disengageModule, engageModule, engageModule, getAxisConfiguration, getChild, getChildren, getDocumentation, getDocumentationNode, getEngagedModules, getParameter, getParameters, getParameterValue, getParent, getPolicyInclude, getPolicySubject, isEngaged, isEngaged, isParameterTrue, removeChild, removeParameter, removeParameterObserver, setDocumentation, setDocumentation, setParent, setPolicyInclude |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RobustOutOnlyAxisOperation()
public RobustOutOnlyAxisOperation(QName name)
Method Detail |
---|
public OperationClient createClient(ServiceContext sc, Options options)
OutInAxisOperation
createClient
in class OutInAxisOperation
sc
- The service context for this client to live within. Cannot be
null.options
- Options to use as defaults for this client. If any options are
set specifically on the client then those override options
here.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |