|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaMethodImpl | |
|---|---|
| com.sun.xml.ws.client.sei | |
| 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 | |
|---|---|
protected JavaMethodImpl |
StubHandler.javaMethod
|
| Constructors in com.sun.xml.ws.client.sei with parameters of type JavaMethodImpl | |
|---|---|
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 | |
|---|---|
JavaMethodImpl |
AbstractSEIModelImpl.getJavaMethod(Method method)
|
JavaMethodImpl |
AbstractSEIModelImpl.getJavaMethod(QName name)
|
| Methods in com.sun.xml.ws.model that return types with arguments of type JavaMethodImpl | |
|---|---|
Collection<JavaMethodImpl> |
AbstractSEIModelImpl.getJavaMethods()
|
| Methods in com.sun.xml.ws.model with parameters of type JavaMethodImpl | |
|---|---|
QName |
AbstractSEIModelImpl.getQNameForJM(JavaMethodImpl jm)
Deprecated. Use JavaMethod.getOperationName(). |
protected void |
RuntimeModeler.processDocBareMethod(JavaMethodImpl javaMethod,
String operationName,
Method method)
models a document/literal bare method |
protected void |
RuntimeModeler.processDocWrappedMethod(JavaMethodImpl javaMethod,
String methodName,
String operationName,
Method method)
models a document/literal wrapped method |
protected void |
RuntimeModeler.processExceptions(JavaMethodImpl javaMethod,
Method method)
models the exceptions thrown by method and adds them to the javaMethod
runtime model object |
protected void |
RuntimeModeler.processRpcMethod(JavaMethodImpl javaMethod,
String methodName,
String operationName,
Method method)
models a rpc/literal method |
| Constructors in com.sun.xml.ws.model with parameters of type JavaMethodImpl | |
|---|---|
CheckedExceptionImpl(JavaMethodImpl jm,
Class exceptionClass,
TypeInfo detail,
ExceptionType exceptionType)
|
|
ParameterImpl(JavaMethodImpl parent,
TypeInfo type,
WebParam.Mode mode,
int index)
|
|
WrapperParameter(JavaMethodImpl parent,
TypeInfo typeRef,
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 | |
|---|---|
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 | |
|---|---|
protected WSDLOperationMapping |
WSDLOperationFinder.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 | |
|---|---|
protected void |
WSDLGenerator.generateBindingOperation(JavaMethodImpl method,
Binding binding)
|
protected void |
WSDLGenerator.generateDocumentParameterOrder(Operation operation,
JavaMethodImpl method)
Generates the parameterOrder for a PortType operation |
protected void |
WSDLGenerator.generateInputMessage(Operation operation,
JavaMethodImpl method)
|
protected void |
WSDLGenerator.generateOutputMessage(Operation operation,
JavaMethodImpl method)
|
protected void |
WSDLGenerator.generateParameterOrder(Operation operation,
JavaMethodImpl method)
Generates the parameterOrder for a PortType operation |
protected void |
WSDLGenerator.generateRpcParameterOrder(Operation operation,
JavaMethodImpl method)
Generates the parameterOrder for a PortType operation |
protected void |
WSDLGenerator.generateSOAP12BindingOperation(JavaMethodImpl method,
Binding binding)
|
protected void |
WSDLGenerator.generateSOAPMessages(JavaMethodImpl method,
SOAPBinding binding)
Generates messages for a SOAPBinding |
protected boolean |
WSDLGenerator.isRpcLit(JavaMethodImpl method)
Determines if a JavaMethod is rpc/literal |
protected boolean |
WSDLGenerator.isWrapperStyle(JavaMethodImpl method)
Determines if the method is wrapper style |
protected List<ParameterImpl> |
WSDLGenerator.sortMethodParameters(JavaMethodImpl method)
Sorts the parameters for the method by their position |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||