Uses of Interface
org.apache.axis2.jaxws.description.OperationDescription
-
-
Uses of OperationDescription in org.apache.axis2.jaxws.client.proxy
Methods in org.apache.axis2.jaxws.client.proxy with parameters of type OperationDescription Modifier and Type Method Description protected ObjectJAXWSProxyHandler. createResponse(Method method, Object[] args, MessageContext responseContext, OperationDescription operationDesc)Creates a response MessageContext for the method call.protected static ThrowableJAXWSProxyHandler. getFaultResponse(MessageContext msgCtx, OperationDescription opDesc)Constructors in org.apache.axis2.jaxws.client.proxy with parameters of type OperationDescription Constructor Description ProxyAsyncListener(OperationDescription od) -
Uses of OperationDescription in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return OperationDescription Modifier and Type Method Description OperationDescriptionMessageContext. getOperationDescription()Methods in org.apache.axis2.jaxws.core with parameters of type OperationDescription Modifier and Type Method Description voidMessageContext. setOperationDescription(OperationDescription od) -
Uses of OperationDescription in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return OperationDescription Modifier and Type Method Description OperationDescription[]EndpointInterfaceDescription. getDispatchableOperation(QName operationQName)Returns all the dispatchable operations matching the operation QName.OperationDescription[]EndpointInterfaceDescription. getDispatchableOperations()OperationDescriptionEndpointInterfaceDescription. getOperation(Method seiMethod)OperationDescriptionEndpointInterfaceDescription. getOperation(String operationName)OperationDescription[]EndpointInterfaceDescription. getOperation(QName operationQName)Returns all the operations matching the operation QName associated with this endpoint description.OperationDescriptionFaultDescription. getOperationDescription()OperationDescriptionOperationRuntimeDescription. getOperationDescription()OperationDescriptionParameterDescription. getOperationDescription()OperationDescription[]EndpointInterfaceDescription. getOperationForJavaMethod(String javaMethodName)OperationDescription[]EndpointInterfaceDescription. getOperations()OperationDescriptionOperationDescription. getSyncOperation()For JAX-WS client-side async operations, this will return the corresponding sync OperationDescription. -
Uses of OperationDescription in org.apache.axis2.jaxws.description.impl
Methods in org.apache.axis2.jaxws.description.impl that return OperationDescription Modifier and Type Method Description OperationDescription[]EndpointInterfaceDescriptionImpl. getDispatchableOperation(QName operationQName)OperationDescription[]EndpointInterfaceDescriptionImpl. getDispatchableOperations()OperationDescriptionEndpointInterfaceDescriptionImpl. getOperation(Method seiMethod)Return an OperationDescription for the corresponding SEI method.OperationDescriptionEndpointInterfaceDescriptionImpl. getOperation(String operationName)Return the OperationDesription (only one) corresponding to the OperationName passed in.OperationDescription[]EndpointInterfaceDescriptionImpl. getOperation(QName operationQName)Return an array of Operations given an operation QName.OperationDescription[]EndpointInterfaceDescriptionImpl. getOperationForJavaMethod(String javaMethodName)Return the OperationDescriptions corresponding to a particular Java method name.OperationDescription[]EndpointInterfaceDescriptionImpl. getOperations() -
Uses of OperationDescription in org.apache.axis2.jaxws.description.validator
Constructors in org.apache.axis2.jaxws.description.validator with parameters of type OperationDescription Constructor Description OperationDescriptionValidator(OperationDescription toValidate) -
Uses of OperationDescription in org.apache.axis2.jaxws.marshaller
Methods in org.apache.axis2.jaxws.marshaller with parameters of type OperationDescription Modifier and Type Method Description ThrowableMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription opDesc)This method converts a Message (containing a fault) into a JAX-WS Service or WebServiceException.Object[]MethodMarshaller. demarshalRequest(Message message, OperationDescription opDesc)This method converts the Message into a SIGNATURE_ARGS It is used on the serverObjectMethodMarshaller. demarshalResponse(Message message, 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.MessageMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription opDesc, Protocol protocol)This method creates a Message from a Throwable input parameter.MessageMethodMarshaller. marshalRequest(Object[] signatureArgs, OperationDescription opDesc, Map<String,Object> requestContext)This method converts SIGNATURE_ARGS into a Message.MessageMethodMarshaller. marshalResponse(Object returnObject, 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 Modifier and Type Method Description static MethodMarshallerMethodMarshallerFactory. getMarshaller(OperationDescription op, boolean isClient)static MethodMarshallerMethodMarshallerFactory. getMarshaller(OperationDescription op, boolean isClient, ClassLoader cl)protected static booleanMethodMarshallerFactory. isDocLitBare(OperationDescription op)protected static booleanMethodMarshallerFactory. isDocLitBareMinimal(OperationDescription op, ClassLoader cl)If a webservices is created without xjc, then there will be no ObjectFactory classes packaged with the webservice.protected static booleanMethodMarshallerFactory. isDocLitWrapped(OperationDescription op)protected static booleanMethodMarshallerFactory. isDocLitWrappedMinimal(OperationDescription op)If a web service is created without wsgen, it is possible that the wrapper elements are missing.protected static booleanMethodMarshallerFactory. 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 Modifier and Type Method Description ThrowableDocLitBareMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableDocLitBareMinimalMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableDocLitWrappedMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableDocLitWrappedMinimalMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableDocLitWrappedPlusMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)ThrowableRPCLitMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)Object[]DocLitBareMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)Object[]DocLitBareMinimalMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)Object[]DocLitWrappedMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)Object[]DocLitWrappedMinimalMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)Object[]DocLitWrappedPlusMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)Object[]RPCLitMethodMarshaller. demarshalRequest(Message message, OperationDescription operationDesc)ObjectDocLitBareMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectDocLitBareMinimalMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectDocLitWrappedMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectDocLitWrappedMinimalMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectDocLitWrappedPlusMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)ObjectRPCLitMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)MessageDocLitBareMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitBareMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedPlusMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageRPCLitMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)MessageDocLitBareMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitBareMinimalMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitWrappedMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitWrappedMinimalMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitWrappedPlusMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageRPCLitMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)MessageDocLitBareMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageDocLitBareMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageDocLitWrappedPlusMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)MessageRPCLitMethodMarshaller. marshalResponse(Object returnObject, 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 Modifier and Type Method Description MethodMarshalServiceRuntimeDescription. getMethod(OperationDescription opDesc)StringMarshalServiceRuntimeDescription. getRequestWrapperClassName(OperationDescription operationDesc)StringMarshalServiceRuntimeDescription. 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 Modifier and Type Method Description MethodMarshalServiceRuntimeDescriptionImpl. getMethod(OperationDescription operationDesc)Get the Method for the specified OperationDescriptionStringMarshalServiceRuntimeDescriptionImpl. getRequestWrapperClassName(OperationDescription operationDesc)StringMarshalServiceRuntimeDescriptionImpl. getResponseWrapperClassName(OperationDescription operationDesc) -
Uses of OperationDescription in org.apache.axis2.jaxws.server.endpoint
Methods in org.apache.axis2.jaxws.server.endpoint that return OperationDescription Modifier and Type Method Description static OperationDescriptionUtils. getOperationDescription(MessageContext mc)
-