|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OperationDescription in org.apache.axis2.jaxws.client.proxy |
---|
Methods in org.apache.axis2.jaxws.client.proxy with parameters of type OperationDescription | |
---|---|
protected java.lang.Object |
JAXWSProxyHandler.createResponse(java.lang.reflect.Method method,
java.lang.Object[] args,
MessageContext responseContext,
OperationDescription operationDesc)
Creates a response MessageContext for the method call. |
protected static java.lang.Throwable |
JAXWSProxyHandler.getFaultResponse(MessageContext msgCtx,
OperationDescription opDesc)
|
Constructors in org.apache.axis2.jaxws.client.proxy with parameters of type OperationDescription | |
---|---|
ProxyAsyncListener(OperationDescription od)
|
Uses of OperationDescription in org.apache.axis2.jaxws.core |
---|
Methods in org.apache.axis2.jaxws.core that return OperationDescription | |
---|---|
OperationDescription |
MessageContext.getOperationDescription()
|
Methods in org.apache.axis2.jaxws.core with parameters of type OperationDescription | |
---|---|
void |
MessageContext.setOperationDescription(OperationDescription od)
|
Uses of OperationDescription in org.apache.axis2.jaxws.description |
---|
Methods in org.apache.axis2.jaxws.description that return OperationDescription | |
---|---|
OperationDescription[] |
EndpointInterfaceDescription.getDispatchableOperation(QName operationQName)
Returns all the dispatchable operations matching the operation QName. |
OperationDescription[] |
EndpointInterfaceDescription.getDispatchableOperations()
|
OperationDescription |
EndpointInterfaceDescription.getOperation(java.lang.reflect.Method seiMethod)
|
OperationDescription[] |
EndpointInterfaceDescription.getOperation(QName operationQName)
Returns all the operations matching the operation QName associated with this endpoint description. |
OperationDescription |
EndpointInterfaceDescription.getOperation(java.lang.String operationName)
|
OperationDescription |
ParameterDescription.getOperationDescription()
|
OperationDescription |
FaultDescription.getOperationDescription()
|
OperationDescription |
OperationRuntimeDescription.getOperationDescription()
|
OperationDescription[] |
EndpointInterfaceDescription.getOperationForJavaMethod(java.lang.String javaMethodName)
|
OperationDescription[] |
EndpointInterfaceDescription.getOperations()
|
OperationDescription |
OperationDescription.getSyncOperation()
For JAX-WS client-side async operations, this will return the corresponding sync OperationDescription. |
Uses of OperationDescription in org.apache.axis2.jaxws.description.validator |
---|
Constructors in org.apache.axis2.jaxws.description.validator with parameters of type OperationDescription | |
---|---|
OperationDescriptionValidator(OperationDescription toValidate)
|
Uses of OperationDescription in org.apache.axis2.jaxws.marshaller |
---|
Methods in org.apache.axis2.jaxws.marshaller with parameters of type OperationDescription | |
---|---|
java.lang.Throwable |
MethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription opDesc)
This method converts a Message (containing a fault) into a JAX-WS Service or WebServiceException. |
java.lang.Object[] |
MethodMarshaller.demarshalRequest(Message message,
OperationDescription opDesc)
This method converts the Message into a SIGNATURE_ARGS It is used on the server |
java.lang.Object |
MethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription opDesc)
This method gets the objects from the Message and sets them onto the SIGNATURE_ARGS It also returns the RETURN object. |
Message |
MethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription opDesc,
Protocol protocol)
This method creates a Message from a Throwable input parameter. |
Message |
MethodMarshaller.marshalRequest(java.lang.Object[] signatureArgs,
OperationDescription opDesc)
This method converts SIGNATURE_ARGS into a Message. |
Message |
MethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription opDesc,
Protocol protocol)
This method converts the SIGNATURE_ARGS and RETURN object into a Message. |
Uses of OperationDescription in org.apache.axis2.jaxws.marshaller.factory |
---|
Methods in org.apache.axis2.jaxws.marshaller.factory with parameters of type OperationDescription | |
---|---|
static MethodMarshaller |
MethodMarshallerFactory.getMarshaller(OperationDescription op,
boolean isClient)
|
static MethodMarshaller |
MethodMarshallerFactory.getMarshaller(OperationDescription op,
boolean isClient,
java.lang.ClassLoader cl)
|
protected static boolean |
MethodMarshallerFactory.isDocLitBare(OperationDescription op)
|
protected static boolean |
MethodMarshallerFactory.isDocLitBareMinimal(OperationDescription op,
java.lang.ClassLoader cl)
If a webservices is created without xjc, then there will be no ObjectFactory classes packaged with the webservice. |
protected static boolean |
MethodMarshallerFactory.isDocLitWrapped(OperationDescription op)
|
protected static boolean |
MethodMarshallerFactory.isDocLitWrappedMinimal(OperationDescription op)
If a web service is created without wsgen, it is possible that the wrapper elements are missing. |
protected static boolean |
MethodMarshallerFactory.isDocLitWrappedPlus(OperationDescription op)
If an web service is created using wsgen, it is possible that the sei does not comply with the wrapped rules. |
Uses of OperationDescription in org.apache.axis2.jaxws.marshaller.impl.alt |
---|
Methods in org.apache.axis2.jaxws.marshaller.impl.alt with parameters of type OperationDescription | |
---|---|
java.lang.Throwable |
DocLitBareMinimalMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
DocLitWrappedMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
DocLitWrappedPlusMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
RPCLitMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
DocLitWrappedMinimalMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Throwable |
DocLitBareMethodMarshaller.demarshalFaultResponse(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitBareMinimalMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitWrappedMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitWrappedPlusMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
RPCLitMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitWrappedMinimalMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object[] |
DocLitBareMethodMarshaller.demarshalRequest(Message message,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitBareMinimalMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitWrappedMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitWrappedPlusMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
RPCLitMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitWrappedMinimalMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
java.lang.Object |
DocLitBareMethodMarshaller.demarshalResponse(Message message,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc)
|
Message |
DocLitBareMinimalMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedPlusMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
RPCLitMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedMinimalMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitBareMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitBareMinimalMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitWrappedMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitWrappedPlusMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
RPCLitMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitWrappedMinimalMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitBareMethodMarshaller.marshalRequest(java.lang.Object[] signatureArguments,
OperationDescription operationDesc)
|
Message |
DocLitBareMinimalMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedPlusMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
RPCLitMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitWrappedMinimalMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Message |
DocLitBareMethodMarshaller.marshalResponse(java.lang.Object returnObject,
java.lang.Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol)
|
Uses of OperationDescription in org.apache.axis2.jaxws.runtime.description.marshal |
---|
Methods in org.apache.axis2.jaxws.runtime.description.marshal with parameters of type OperationDescription | |
---|---|
java.lang.String |
MarshalServiceRuntimeDescription.getRequestWrapperClassName(OperationDescription operationDesc)
|
java.lang.String |
MarshalServiceRuntimeDescription.getResponseWrapperClassName(OperationDescription operationDesc)
|
Uses of OperationDescription in org.apache.axis2.jaxws.runtime.description.marshal.impl |
---|
Methods in org.apache.axis2.jaxws.runtime.description.marshal.impl with parameters of type OperationDescription | |
---|---|
java.lang.String |
MarshalServiceRuntimeDescriptionImpl.getRequestWrapperClassName(OperationDescription operationDesc)
|
java.lang.String |
MarshalServiceRuntimeDescriptionImpl.getResponseWrapperClassName(OperationDescription operationDesc)
|
Uses of OperationDescription in org.apache.axis2.jaxws.server.endpoint |
---|
Methods in org.apache.axis2.jaxws.server.endpoint that return OperationDescription | |
---|---|
static OperationDescription |
Utils.getOperationDescription(MessageContext mc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |