Uses of Interface
com.sun.xml.ws.api.model.JavaMethod
-
Packages that use JavaMethod Package Description com.sun.xml.ws.addressing com.sun.xml.ws.api.databinding com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.model com.sun.xml.ws.api.wsdl.writer com.sun.xml.ws.model com.sun.xml.ws.wsdl.writer -
-
Uses of JavaMethod in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type JavaMethod Modifier and Type Method Description static StringWsaActionUtil. getDefaultFaultAction(JavaMethod method, CheckedException ce) -
Uses of JavaMethod in com.sun.xml.ws.api.databinding
Methods in com.sun.xml.ws.api.databinding that return JavaMethod Modifier and Type Method Description JavaMethodClientCallBridge. getOperationModel()JavaMethodEndpointCallBridge. getOperationModel() -
Uses of JavaMethod in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return JavaMethod Modifier and Type Method Description JavaMethodMessage. getMethod(SEIModel seiModel)Deprecated. -
Uses of JavaMethod in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return JavaMethod Modifier and Type Method Description JavaMethodSEIModel. getJavaMethod(Method method)This method will be useful to get theJavaMethodcorrrespondiong to aMethod- such as on the client side.JavaMethodSEIModel. getJavaMethod(QName name)Gives aJavaMethodfor a givenQName.JavaMethodWSDLOperationMapping. getJavaMethod()JavaMethodSEIModel. getJavaMethodForWsdlOperation(QName operationName)Gives the JavaMethod associated with the wsdl operationJavaMethodCheckedException. getParent()Gets the parentJavaMethodto which this checked exception belongs.JavaMethodParameter. getParent()Gets the parentJavaMethodto which this parameter belongs.Methods in com.sun.xml.ws.api.model that return types with arguments of type JavaMethod Modifier and Type Method Description Collection<? extends JavaMethod>SEIModel. getJavaMethods()Gives all theJavaMethodfor a wsdl:port for which thisSEIModelis created. -
Uses of JavaMethod in com.sun.xml.ws.api.wsdl.writer
Methods in com.sun.xml.ws.api.wsdl.writer with parameters of type JavaMethod Modifier and Type Method Description voidWSDLGeneratorExtension. addBindingOperationExtension(com.sun.xml.txw2.TypedXmlWriter operation, JavaMethod method)This method is invoked so that extensions to awsdl:binding/wsdl:operationelement can be generated.voidWSDLGeneratorExtension. addBindingOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault, JavaMethod method, CheckedException ce)This method is invoked so that extensions to awsdl:binding/wsdl:operation/wsdl:faultelement can be generated.voidWSDLGeneratorExtension. addBindingOperationInputExtension(com.sun.xml.txw2.TypedXmlWriter input, JavaMethod method)This method is invoked so that extensions to awsdl:binding/wsdl:operation/wsdl:inputelement can be generated.voidWSDLGeneratorExtension. addBindingOperationOutputExtension(com.sun.xml.txw2.TypedXmlWriter output, JavaMethod method)This method is invoked so that extensions to awsdl:binding/wsdl:operation/wsdl:outputelement can be generated.voidWSDLGeneratorExtension. addFaultMessageExtension(com.sun.xml.txw2.TypedXmlWriter message, JavaMethod method, CheckedException ce)This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:faultelement can be generated.voidWSDLGeneratorExtension. addInputMessageExtension(com.sun.xml.txw2.TypedXmlWriter message, JavaMethod method)This method is invoked so that extensions to an inputwsdl:messageelement can be generated.voidWSDLGeneratorExtension. addOperationExtension(com.sun.xml.txw2.TypedXmlWriter operation, JavaMethod method)This method is invoked so that extensions to awsdl:portType/wsdl:operationelement can be generated.voidWSDLGeneratorExtension. addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault, JavaMethod method, CheckedException ce)This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:faultelement can be generated.voidWSDLGeneratorExtension. addOperationInputExtension(com.sun.xml.txw2.TypedXmlWriter input, JavaMethod method)This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:inputelement can be generated.voidWSDLGeneratorExtension. addOperationOutputExtension(com.sun.xml.txw2.TypedXmlWriter output, JavaMethod method)This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:outputelement can be generated.voidWSDLGeneratorExtension. addOutputMessageExtension(com.sun.xml.txw2.TypedXmlWriter message, JavaMethod method)This method is invoked so that extensions to an outputwsdl:messageelement can be generated. -
Uses of JavaMethod in com.sun.xml.ws.model
Classes in com.sun.xml.ws.model that implement JavaMethod Modifier and Type Class Description classJavaMethodImplBuild this runtime model using java SEI and annotationsMethods in com.sun.xml.ws.model that return JavaMethod Modifier and Type Method Description JavaMethodAbstractSEIModelImpl. getJavaMethodForWsdlOperation(QName operationName)JavaMethodCheckedExceptionImpl. getParent()JavaMethodParameterImpl. getParent() -
Uses of JavaMethod in com.sun.xml.ws.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with parameters of type JavaMethod Modifier and Type Method Description voidW3CAddressingMetadataWSDLGeneratorExtension. addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault, JavaMethod method, CheckedException ce)voidW3CAddressingWSDLGeneratorExtension. addOperationFaultExtension(com.sun.xml.txw2.TypedXmlWriter fault, JavaMethod method, CheckedException ce)voidW3CAddressingMetadataWSDLGeneratorExtension. addOperationInputExtension(com.sun.xml.txw2.TypedXmlWriter input, JavaMethod method)voidW3CAddressingWSDLGeneratorExtension. addOperationInputExtension(com.sun.xml.txw2.TypedXmlWriter input, JavaMethod method)voidW3CAddressingMetadataWSDLGeneratorExtension. addOperationOutputExtension(com.sun.xml.txw2.TypedXmlWriter output, JavaMethod method)voidW3CAddressingWSDLGeneratorExtension. addOperationOutputExtension(com.sun.xml.txw2.TypedXmlWriter output, JavaMethod method)protected static StringW3CAddressingWSDLGeneratorExtension. getDefaultAction(JavaMethod method)protected static StringW3CAddressingMetadataWSDLGeneratorExtension. getDefaultFaultAction(JavaMethod method, CheckedException ce)protected static StringW3CAddressingMetadataWSDLGeneratorExtension. getDefaultInputAction(JavaMethod method)protected static StringW3CAddressingMetadataWSDLGeneratorExtension. getDefaultOutputAction(JavaMethod method)
-