Uses of Class
com.sun.xml.ws.model.JavaMethodImpl
-
Packages that use JavaMethodImpl Package Description com.sun.xml.ws.client.sei SEIStuband its supporting code.com.sun.xml.ws.model com.sun.xml.ws.server.sei com.sun.xml.ws.wsdl com.sun.xml.ws.wsdl.writer -
-
Uses of JavaMethodImpl in com.sun.xml.ws.client.sei
Fields in com.sun.xml.ws.client.sei declared as JavaMethodImpl Modifier and Type Field Description protected JavaMethodImplStubHandler. javaMethodConstructors in com.sun.xml.ws.client.sei with parameters of type JavaMethodImpl Constructor Description StubAsyncHandler(JavaMethodImpl jm, JavaMethodImpl sync, MessageContextFactory mcf)StubHandler(JavaMethodImpl method, MessageContextFactory mcf) -
Uses of JavaMethodImpl in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return JavaMethodImpl Modifier and Type Method Description JavaMethodImplAbstractSEIModelImpl. getJavaMethod(Method method)JavaMethodImplAbstractSEIModelImpl. getJavaMethod(QName name)Methods in com.sun.xml.ws.model that return types with arguments of type JavaMethodImpl Modifier and Type Method Description Collection<JavaMethodImpl>AbstractSEIModelImpl. getJavaMethods()Methods in com.sun.xml.ws.model with parameters of type JavaMethodImpl Modifier and Type Method Description QNameAbstractSEIModelImpl. getQNameForJM(JavaMethodImpl jm)Deprecated.protected voidRuntimeModeler. processDocBareMethod(JavaMethodImpl javaMethod, String operationName, Method method)models a document/literal bare methodprotected voidRuntimeModeler. processDocWrappedMethod(JavaMethodImpl javaMethod, String methodName, String operationName, Method method)models a document/literal wrapped methodprotected voidRuntimeModeler. processExceptions(JavaMethodImpl javaMethod, Method method)models the exceptions thrown bymethodand adds them to thejavaMethodruntime model objectprotected voidRuntimeModeler. processRpcMethod(JavaMethodImpl javaMethod, String methodName, String operationName, Method method)models a rpc/literal methodConstructors in com.sun.xml.ws.model with parameters of type JavaMethodImpl Constructor Description CheckedExceptionImpl(JavaMethodImpl jm, Class exceptionClass, TypeInfo detail, ExceptionType exceptionType)ParameterImpl(JavaMethodImpl parent, TypeInfo type, javax.jws.WebParam.Mode mode, int index)WrapperParameter(JavaMethodImpl parent, TypeInfo typeRef, javax.jws.WebParam.Mode mode, int index) -
Uses of JavaMethodImpl in com.sun.xml.ws.server.sei
Constructors in com.sun.xml.ws.server.sei with parameters of type JavaMethodImpl Constructor Description TieHandler(JavaMethodImpl method, WSBinding binding, MessageContextFactory mcf) -
Uses of JavaMethodImpl in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl with parameters of type JavaMethodImpl Modifier and Type Method Description protected WSDLOperationMappingWSDLOperationFinder. wsdlOperationMapping(JavaMethodImpl j) -
Uses of JavaMethodImpl in com.sun.xml.ws.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with parameters of type JavaMethodImpl Modifier and Type Method Description protected voidWSDLGenerator. generateBindingOperation(JavaMethodImpl method, Binding binding)protected voidWSDLGenerator. generateDocumentParameterOrder(Operation operation, JavaMethodImpl method)Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator. generateInputMessage(Operation operation, JavaMethodImpl method)protected voidWSDLGenerator. generateOutputMessage(Operation operation, JavaMethodImpl method)protected voidWSDLGenerator. generateParameterOrder(Operation operation, JavaMethodImpl method)Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator. generateRpcParameterOrder(Operation operation, JavaMethodImpl method)Generates the parameterOrder for a PortType operationprotected voidWSDLGenerator. generateSOAP12BindingOperation(JavaMethodImpl method, Binding binding)protected voidWSDLGenerator. generateSOAPMessages(JavaMethodImpl method, SOAPBinding binding)Generates messages for a SOAPBindingprotected booleanWSDLGenerator. isRpcLit(JavaMethodImpl method)Determines if aJavaMethodis rpc/literalprotected booleanWSDLGenerator. isWrapperStyle(JavaMethodImpl method)Determines if themethodis wrapper styleprotected List<ParameterImpl>WSDLGenerator. sortMethodParameters(JavaMethodImpl method)Sorts the parameters for the method by their position
-