public class ServiceInfoBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected WSDLModelInfo |
modelInfo |
protected QName |
serviceName |
| Constructor and Description |
|---|
ServiceInfoBuilder(String wsdlLocation,
QName serviceName) |
ServiceInfoBuilder(String wsdlLocation,
QName serviceName,
SOAPVersion ver) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameterTo(OperationInfo operationInfo,
LiteralElementMember currentParameter,
javax.xml.rpc.ParameterMode mode) |
protected void |
addParameterTo(OperationInfo operationInfo,
SOAPStructureMember currentParameter,
javax.xml.rpc.ParameterMode mode) |
protected void |
buildDocumentOperation(OperationInfo operationInfo,
Operation operationModel) |
protected void |
buildOperationInfo(OperationInfo operationInfo,
Operation operationModel) |
protected void |
buildPortInfo(PortInfo portInfo,
Port portModel) |
protected void |
buildRpcLiteralOperation(OperationInfo operationInfo,
Operation operationModel) |
protected void |
buildRpcOperation(OperationInfo operationInfo,
Operation operationModel) |
ServiceInfo |
buildServiceInfo() |
protected Class |
getClassForName(String name,
Collection packages) |
protected Class |
getJavaClassFor(AbstractType parameterType) |
protected Model |
getModel() |
protected Model |
getModel(boolean useWSI,
boolean done) |
void |
setPackage(String packageName) |
protected WSDLModelInfo modelInfo
protected QName serviceName
public ServiceInfoBuilder(String wsdlLocation, QName serviceName, SOAPVersion ver)
public void setPackage(String packageName)
public ServiceInfo buildServiceInfo() throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceExceptionprotected Model getModel()
protected Model getModel(boolean useWSI, boolean done) throws javax.xml.rpc.ServiceException, ModelerException
protected void buildOperationInfo(OperationInfo operationInfo, Operation operationModel)
protected void buildRpcOperation(OperationInfo operationInfo, Operation operationModel)
protected void buildDocumentOperation(OperationInfo operationInfo, Operation operationModel)
protected void buildRpcLiteralOperation(OperationInfo operationInfo, Operation operationModel)
protected void addParameterTo(OperationInfo operationInfo, SOAPStructureMember currentParameter, javax.xml.rpc.ParameterMode mode)
protected void addParameterTo(OperationInfo operationInfo, LiteralElementMember currentParameter, javax.xml.rpc.ParameterMode mode)
protected Class getJavaClassFor(AbstractType parameterType)
protected Class getClassForName(String name, Collection packages)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.