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.client.sei SEIStuband its supporting code.com.sun.xml.ws.model com.sun.xml.ws.policy.jaxws com.sun.xml.ws.server.sei 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(TypedXmlWriter operation, JavaMethod method)This method is invoked so that extensions to awsdl:binding/wsdl:operationelement can be generated.voidWSDLGeneratorExtension. addBindingOperationFaultExtension(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(TypedXmlWriter input, JavaMethod method)This method is invoked so that extensions to awsdl:binding/wsdl:operation/wsdl:inputelement can be generated.voidWSDLGeneratorExtension. addBindingOperationOutputExtension(TypedXmlWriter output, JavaMethod method)This method is invoked so that extensions to awsdl:binding/wsdl:operation/wsdl:outputelement can be generated.voidWSDLGeneratorExtension. addFaultMessageExtension(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(TypedXmlWriter message, JavaMethod method)This method is invoked so that extensions to an inputwsdl:messageelement can be generated.voidWSDLGeneratorExtension. addOperationExtension(TypedXmlWriter operation, JavaMethod method)This method is invoked so that extensions to awsdl:portType/wsdl:operationelement can be generated.voidWSDLGeneratorExtension. addOperationFaultExtension(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(TypedXmlWriter input, JavaMethod method)This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:inputelement can be generated.voidWSDLGeneratorExtension. addOperationOutputExtension(TypedXmlWriter output, JavaMethod method)This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:outputelement can be generated.voidWSDLGeneratorExtension. addOutputMessageExtension(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.client.sei
Methods in com.sun.xml.ws.client.sei that return JavaMethod Modifier and Type Method Description JavaMethodStubHandler. getOperationModel() -
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.policy.jaxws
Methods in com.sun.xml.ws.policy.jaxws with parameters of type JavaMethod Modifier and Type Method Description voidPolicyWSDLGeneratorExtension. addBindingOperationExtension(TypedXmlWriter operation, JavaMethod method)voidPolicyWSDLGeneratorExtension. addBindingOperationFaultExtension(TypedXmlWriter writer, JavaMethod method, CheckedException exception)voidPolicyWSDLGeneratorExtension. addBindingOperationInputExtension(TypedXmlWriter input, JavaMethod method)voidPolicyWSDLGeneratorExtension. addBindingOperationOutputExtension(TypedXmlWriter output, JavaMethod method)voidPolicyWSDLGeneratorExtension. addFaultMessageExtension(TypedXmlWriter message, JavaMethod method, CheckedException exception)voidPolicyWSDLGeneratorExtension. addInputMessageExtension(TypedXmlWriter message, JavaMethod method)voidPolicyWSDLGeneratorExtension. addOperationExtension(TypedXmlWriter operation, JavaMethod method)voidPolicyWSDLGeneratorExtension. addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException exception)voidPolicyWSDLGeneratorExtension. addOperationInputExtension(TypedXmlWriter input, JavaMethod method)voidPolicyWSDLGeneratorExtension. addOperationOutputExtension(TypedXmlWriter output, JavaMethod method)voidPolicyWSDLGeneratorExtension. addOutputMessageExtension(TypedXmlWriter message, JavaMethod method) -
Uses of JavaMethod in com.sun.xml.ws.server.sei
Methods in com.sun.xml.ws.server.sei that return JavaMethod Modifier and Type Method Description JavaMethodTieHandler. getOperationModel() -
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(TypedXmlWriter fault, JavaMethod method, CheckedException ce)voidW3CAddressingWSDLGeneratorExtension. addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce)voidW3CAddressingMetadataWSDLGeneratorExtension. addOperationInputExtension(TypedXmlWriter input, JavaMethod method)voidW3CAddressingWSDLGeneratorExtension. addOperationInputExtension(TypedXmlWriter input, JavaMethod method)voidW3CAddressingMetadataWSDLGeneratorExtension. addOperationOutputExtension(TypedXmlWriter output, JavaMethod method)voidW3CAddressingWSDLGeneratorExtension. addOperationOutputExtension(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)
-