| Modifier and Type | Method and Description |
|---|---|
WebService |
WebServiceEndpoint.getWebService() |
WebService |
WebServicesDescriptor.getWebServiceByName(String webServiceName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WebService> |
WebServicesDescriptor.getWebServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebServicesDescriptor.addWebService(WebService descriptor) |
void |
WebServicesDescriptor.removeWebService(WebService descriptor) |
void |
WebServiceEndpoint.setWebService(WebService service) |
| Constructor and Description |
|---|
WebService(WebService other)
copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
WebServiceRuntimeNode.writeDescriptor(Node parent,
String nodeName,
WebService webService)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
Node |
WLWebServiceNode.writeDescriptor(Node parent,
String nodeName,
WebService descriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TracerVisitor.accept(WebService webService) |
void |
ModuleContentLinker.accept(WebService webService) |
void |
ModuleContentValidator.accept(WebService webService) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbBundleValidator.accept(WebService webService) |
| Modifier and Type | Method and Description |
|---|---|
void |
WsUtil.generateFinalWsdl(URL wsdlFileUrl,
WebService webService,
WebServerInfo wsi,
File finalWsdlFile)
Transform the deployed WSDL document for a given webservice by
replacing the ENDPOINT ADDRESS for each port with the actual
endpoint address on which it will be listening.
|
void |
WsUtil.generateFinalWsdl(URL wsdlFileUrl,
WebService webService,
WebServerInfo wsi,
OutputStream outputStream) |
boolean |
WsUtil.isJAXWSbasedService(WebService ws) |
URL |
WebServicesDeployer.resolveCatalog(File catalogFile,
String wsdlFile,
WebService ws) |
protected void |
WebServicesDeployer.setupJaxWSServiceForDeployment(DeploymentContext dc,
WebService ws) |
| Constructor and Description |
|---|
WsCompile(com.sun.xml.rpc.spi.tools.CompileTool compileTool,
WebService webServiceDesc) |
| Modifier and Type | Method and Description |
|---|---|
void |
JaxRpcRICodegen.accept(WebService webService)
visits a web service definition
|
| Modifier and Type | Method and Description |
|---|---|
protected WebService |
WebServiceNode.createDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
WebServiceNode.writeDescriptor(Node parent,
String nodeName,
WebService descriptor)
write the method descriptor class to a query-method DOM tree and
return it
|
Copyright © 2017. All rights reserved.