|
||||||||||
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.writer |
Uses of JavaMethodImpl in com.sun.xml.ws.client.sei |
---|
Fields in com.sun.xml.ws.client.sei declared as JavaMethodImpl | |
---|---|
protected JavaMethodImpl |
SEIMethodHandler.javaMethod
|
Methods in com.sun.xml.ws.client.sei with parameters of type JavaMethodImpl | |
---|---|
(package private) ResponseBuilder |
SEIMethodHandler.buildResponseBuilder(JavaMethodImpl method,
ValueSetterFactory setterFactory)
|
Constructors in com.sun.xml.ws.client.sei with parameters of type JavaMethodImpl | |
---|---|
AsyncMethodHandler(SEIStub owner,
JavaMethodImpl jm,
JavaMethodImpl sync)
|
|
CallbackMethodHandler(SEIStub owner,
JavaMethodImpl jm,
JavaMethodImpl core,
int handlerPos)
|
|
PollingMethodHandler(SEIStub owner,
JavaMethodImpl jm,
JavaMethodImpl core)
|
|
SEIMethodHandler(SEIStub owner,
JavaMethodImpl method)
|
|
SyncMethodHandler(SEIStub owner,
JavaMethodImpl method)
|
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 | |
---|---|
(package private) void |
AbstractSEIModelImpl.addJavaMethod(JavaMethodImpl jm)
|
QName |
AbstractSEIModelImpl.getQNameForJM(JavaMethodImpl jm)
Deprecated. Use JavaMethod.getOperationName() . |
protected void |
RuntimeModeler.processDocBareMethod(JavaMethodImpl javaMethod,
String methodName,
javax.jws.WebMethod webMethod,
String operationName,
Method method,
javax.jws.WebService webService)
models a document/literal bare method |
protected void |
RuntimeModeler.processDocWrappedMethod(JavaMethodImpl javaMethod,
String methodName,
javax.jws.WebMethod webMethod,
String operationName,
Method method,
javax.jws.WebService webService)
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,
javax.jws.WebMethod webMethod,
String operationName,
Method method,
javax.jws.WebService webService)
models a rpc/literal method |
(package private) void |
AbstractSEIModelImpl.put(Method method,
JavaMethodImpl jm)
|
(package private) void |
AbstractSEIModelImpl.put(QName name,
JavaMethodImpl jm)
|
Constructors in com.sun.xml.ws.model with parameters of type JavaMethodImpl | |
---|---|
CheckedExceptionImpl(JavaMethodImpl jm,
Class exceptionClass,
TypeReference detail,
ExceptionType exceptionType)
|
|
ParameterImpl(JavaMethodImpl parent,
TypeReference type,
javax.jws.WebParam.Mode mode,
int index)
|
|
WrapperParameter(JavaMethodImpl parent,
TypeReference 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 | |
---|---|
EndpointMethodHandler(SEIInvokerTube owner,
JavaMethodImpl method,
WSBinding binding)
|
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 |