Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected JavaMethodImpl |
StubHandler.javaMethod |
Constructor and Description |
---|
StubAsyncHandler(JavaMethodImpl jm,
JavaMethodImpl sync,
com.sun.xml.ws.api.message.MessageContextFactory mcf) |
StubHandler(JavaMethodImpl method,
com.sun.xml.ws.api.message.MessageContextFactory mcf) |
Modifier and Type | Method and Description |
---|---|
JavaMethodImpl |
AbstractSEIModelImpl.getJavaMethod(Method method) |
JavaMethodImpl |
AbstractSEIModelImpl.getJavaMethod(QName name) |
Modifier and Type | Method and Description |
---|---|
Collection<JavaMethodImpl> |
AbstractSEIModelImpl.getJavaMethods() |
Modifier and Type | Method and Description |
---|---|
QName |
AbstractSEIModelImpl.getQNameForJM(JavaMethodImpl jm)
Deprecated.
|
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
|
Constructor and Description |
---|
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) |
Constructor and Description |
---|
TieHandler(JavaMethodImpl method,
WSBinding binding,
com.sun.xml.ws.api.message.MessageContextFactory mcf) |
Modifier and Type | Method and Description |
---|---|
protected WSDLOperationMapping |
WSDLOperationFinder.wsdlOperationMapping(JavaMethodImpl j) |
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2015 Oracle Corporation. All rights reserved.