|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaMethod | |
|---|---|
| com.sun.xml.ws.addressing | |
| com.sun.xml.ws.api.databinding | |
| com.sun.xml.ws.api.message | Message and 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 | |
| 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 | |
|---|---|
static String |
WsaActionUtil.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 | |
|---|---|
JavaMethod |
ClientCallBridge.getOperationModel()
|
JavaMethod |
EndpointCallBridge.getOperationModel()
|
| Uses of JavaMethod in com.sun.xml.ws.api.message |
|---|
| Methods in com.sun.xml.ws.api.message that return JavaMethod | |
|---|---|
JavaMethod |
Message.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 | |
|---|---|
JavaMethod |
WSDLOperationMapping.getJavaMethod()
|
JavaMethod |
SEIModel.getJavaMethod(Method method)
This method will be useful to get the JavaMethod corrrespondiong to
a Method - such as on the client side. |
JavaMethod |
SEIModel.getJavaMethod(QName name)
Gives a JavaMethod for a given QName. |
JavaMethod |
SEIModel.getJavaMethodForWsdlOperation(QName operationName)
Gives the JavaMethod associated with the wsdl operation |
JavaMethod |
CheckedException.getParent()
Gets the parent JavaMethod to which this checked exception belongs. |
JavaMethod |
Parameter.getParent()
Gets the parent JavaMethod to which this parameter belongs. |
| Methods in com.sun.xml.ws.api.model that return types with arguments of type JavaMethod | |
|---|---|
Collection<? extends JavaMethod> |
SEIModel.getJavaMethods()
Gives all the JavaMethod for a wsdl:port for which this SEIModel is
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 | |
|---|---|
void |
WSDLGeneratorExtension.addBindingOperationExtension(TypedXmlWriter operation,
JavaMethod method)
This method is invoked so that extensions to a wsdl:binding/wsdl:operation
element can be generated. |
void |
WSDLGeneratorExtension.addBindingOperationFaultExtension(TypedXmlWriter fault,
JavaMethod method,
CheckedException ce)
This method is invoked so that extensions to a wsdl:binding/wsdl:operation/wsdl:fault
element can be generated. |
void |
WSDLGeneratorExtension.addBindingOperationInputExtension(TypedXmlWriter input,
JavaMethod method)
This method is invoked so that extensions to a wsdl:binding/wsdl:operation/wsdl:input
element can be generated. |
void |
WSDLGeneratorExtension.addBindingOperationOutputExtension(TypedXmlWriter output,
JavaMethod method)
This method is invoked so that extensions to a wsdl:binding/wsdl:operation/wsdl:output
element can be generated. |
void |
WSDLGeneratorExtension.addFaultMessageExtension(TypedXmlWriter message,
JavaMethod method,
CheckedException ce)
This method is invoked so that extensions to a wsdl:portType/wsdl:operation/wsdl:fault
element can be generated. |
void |
WSDLGeneratorExtension.addInputMessageExtension(TypedXmlWriter message,
JavaMethod method)
This method is invoked so that extensions to an input wsdl:message
element can be generated. |
void |
WSDLGeneratorExtension.addOperationExtension(TypedXmlWriter operation,
JavaMethod method)
This method is invoked so that extensions to a wsdl:portType/wsdl:operation
element can be generated. |
void |
WSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault,
JavaMethod method,
CheckedException ce)
This method is invoked so that extensions to a wsdl:portType/wsdl:operation/wsdl:fault
element can be generated. |
void |
WSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input,
JavaMethod method)
This method is invoked so that extensions to a wsdl:portType/wsdl:operation/wsdl:input
element can be generated. |
void |
WSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output,
JavaMethod method)
This method is invoked so that extensions to a wsdl:portType/wsdl:operation/wsdl:output
element can be generated. |
void |
WSDLGeneratorExtension.addOutputMessageExtension(TypedXmlWriter message,
JavaMethod method)
This method is invoked so that extensions to an output wsdl:message
element can be generated. |
| Uses of JavaMethod in com.sun.xml.ws.client.sei |
|---|
| Methods in com.sun.xml.ws.client.sei that return JavaMethod | |
|---|---|
JavaMethod |
StubHandler.getOperationModel()
|
| Uses of JavaMethod in com.sun.xml.ws.model |
|---|
| Classes in com.sun.xml.ws.model that implement JavaMethod | |
|---|---|
class |
JavaMethodImpl
Build this runtime model using java SEI and annotations |
| Methods in com.sun.xml.ws.model that return JavaMethod | |
|---|---|
JavaMethod |
AbstractSEIModelImpl.getJavaMethodForWsdlOperation(QName operationName)
|
JavaMethod |
CheckedExceptionImpl.getParent()
|
JavaMethod |
ParameterImpl.getParent()
|
| Uses of JavaMethod in com.sun.xml.ws.policy.jaxws |
|---|
| Methods in com.sun.xml.ws.policy.jaxws with parameters of type JavaMethod | |
|---|---|
void |
PolicyWSDLGeneratorExtension.addBindingOperationExtension(TypedXmlWriter operation,
JavaMethod method)
|
void |
PolicyWSDLGeneratorExtension.addBindingOperationFaultExtension(TypedXmlWriter writer,
JavaMethod method,
CheckedException exception)
|
void |
PolicyWSDLGeneratorExtension.addBindingOperationInputExtension(TypedXmlWriter input,
JavaMethod method)
|
void |
PolicyWSDLGeneratorExtension.addBindingOperationOutputExtension(TypedXmlWriter output,
JavaMethod method)
|
void |
PolicyWSDLGeneratorExtension.addFaultMessageExtension(TypedXmlWriter message,
JavaMethod method,
CheckedException exception)
|
void |
PolicyWSDLGeneratorExtension.addInputMessageExtension(TypedXmlWriter message,
JavaMethod method)
|
void |
PolicyWSDLGeneratorExtension.addOperationExtension(TypedXmlWriter operation,
JavaMethod method)
|
void |
PolicyWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault,
JavaMethod method,
CheckedException exception)
|
void |
PolicyWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input,
JavaMethod method)
|
void |
PolicyWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output,
JavaMethod method)
|
void |
PolicyWSDLGeneratorExtension.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 | |
|---|---|
JavaMethod |
TieHandler.getOperationModel()
|
| Uses of JavaMethod in com.sun.xml.ws.wsdl.writer |
|---|
| Methods in com.sun.xml.ws.wsdl.writer with parameters of type JavaMethod | |
|---|---|
void |
W3CAddressingMetadataWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault,
JavaMethod method,
CheckedException ce)
|
void |
W3CAddressingWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault,
JavaMethod method,
CheckedException ce)
|
void |
W3CAddressingMetadataWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input,
JavaMethod method)
|
void |
W3CAddressingWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input,
JavaMethod method)
|
void |
W3CAddressingMetadataWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output,
JavaMethod method)
|
void |
W3CAddressingWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output,
JavaMethod method)
|
protected static String |
W3CAddressingWSDLGeneratorExtension.getDefaultAction(JavaMethod method)
|
protected static String |
W3CAddressingMetadataWSDLGeneratorExtension.getDefaultFaultAction(JavaMethod method,
CheckedException ce)
|
protected static String |
W3CAddressingMetadataWSDLGeneratorExtension.getDefaultInputAction(JavaMethod method)
|
protected static String |
W3CAddressingMetadataWSDLGeneratorExtension.getDefaultOutputAction(JavaMethod method)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||