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 Object
JAXWSProxyHandler. createResponse(Method method, Object[] args, MessageContext responseContext, OperationDescription operationDesc)
Creates a response MessageContext for the method call.protected static Throwable
JAXWSProxyHandler. 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 OperationDescription
MessageContext. getOperationDescription()
Methods in org.apache.axis2.jaxws.core with parameters of type OperationDescription Modifier and Type Method Description void
MessageContext. 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()
OperationDescription
EndpointInterfaceDescription. getOperation(Method seiMethod)
OperationDescription
EndpointInterfaceDescription. getOperation(String operationName)
OperationDescription[]
EndpointInterfaceDescription. getOperation(QName operationQName)
Returns all the operations matching the operation QName associated with this endpoint description.OperationDescription
FaultDescription. getOperationDescription()
OperationDescription
OperationRuntimeDescription. getOperationDescription()
OperationDescription
ParameterDescription. getOperationDescription()
OperationDescription[]
EndpointInterfaceDescription. getOperationForJavaMethod(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.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()
OperationDescription
EndpointInterfaceDescriptionImpl. getOperation(Method seiMethod)
Return an OperationDescription for the corresponding SEI method.OperationDescription
EndpointInterfaceDescriptionImpl. 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 Throwable
MethodMarshaller. 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 serverObject
MethodMarshaller. 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.Message
MethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription opDesc, Protocol protocol)
This method creates a Message from a Throwable input parameter.Message
MethodMarshaller. marshalRequest(Object[] signatureArgs, OperationDescription opDesc, Map<String,Object> requestContext)
This method converts SIGNATURE_ARGS into a Message.Message
MethodMarshaller. 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 MethodMarshaller
MethodMarshallerFactory. getMarshaller(OperationDescription op, boolean isClient)
static MethodMarshaller
MethodMarshallerFactory. getMarshaller(OperationDescription op, boolean isClient, ClassLoader cl)
protected static boolean
MethodMarshallerFactory. isDocLitBare(OperationDescription op)
protected static boolean
MethodMarshallerFactory. 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 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 Modifier and Type Method Description Throwable
DocLitBareMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
DocLitBareMinimalMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
DocLitWrappedMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
DocLitWrappedMinimalMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
DocLitWrappedPlusMethodMarshaller. demarshalFaultResponse(Message message, OperationDescription operationDesc)
Throwable
RPCLitMethodMarshaller. 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)
Object
DocLitBareMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
DocLitBareMinimalMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
DocLitWrappedMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
DocLitWrappedMinimalMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
DocLitWrappedPlusMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Object
RPCLitMethodMarshaller. demarshalResponse(Message message, Object[] signatureArgs, OperationDescription operationDesc)
Message
DocLitBareMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitBareMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedPlusMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
RPCLitMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitBareMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitBareMinimalMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitWrappedMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitWrappedMinimalMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitWrappedPlusMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
RPCLitMethodMarshaller. marshalRequest(Object[] signatureArguments, OperationDescription operationDesc, Map<String,Object> requestContext)
Message
DocLitBareMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitBareMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedPlusMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
RPCLitMethodMarshaller. 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 Method
MarshalServiceRuntimeDescription. getMethod(OperationDescription opDesc)
String
MarshalServiceRuntimeDescription. getRequestWrapperClassName(OperationDescription operationDesc)
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 Modifier and Type Method Description Method
MarshalServiceRuntimeDescriptionImpl. getMethod(OperationDescription operationDesc)
Get the Method for the specified OperationDescriptionString
MarshalServiceRuntimeDescriptionImpl. getRequestWrapperClassName(OperationDescription operationDesc)
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 Modifier and Type Method Description static OperationDescription
Utils. getOperationDescription(MessageContext mc)
-