Package com.sun.xml.rpc.client.dii
Class ServiceInfoBuilder
- java.lang.Object
-
- com.sun.xml.rpc.client.dii.ServiceInfoBuilder
-
public class ServiceInfoBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected WSDLModelInfomodelInfoprotected QNameserviceName
-
Constructor Summary
Constructors Constructor Description ServiceInfoBuilder(String wsdlLocation, QName serviceName)ServiceInfoBuilder(String wsdlLocation, QName serviceName, SOAPVersion ver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddParameterTo(OperationInfo operationInfo, LiteralElementMember currentParameter, javax.xml.rpc.ParameterMode mode)protected voidaddParameterTo(OperationInfo operationInfo, SOAPStructureMember currentParameter, javax.xml.rpc.ParameterMode mode)protected voidbuildDocumentOperation(OperationInfo operationInfo, Operation operationModel)protected voidbuildOperationInfo(OperationInfo operationInfo, Operation operationModel)protected voidbuildPortInfo(PortInfo portInfo, Port portModel)protected voidbuildRpcLiteralOperation(OperationInfo operationInfo, Operation operationModel)protected voidbuildRpcOperation(OperationInfo operationInfo, Operation operationModel)ServiceInfobuildServiceInfo()protected ClassgetClassForName(String name, Collection packages)protected ClassgetJavaClassFor(AbstractType parameterType)protected ModelgetModel()protected ModelgetModel(boolean useWSI, boolean done)voidsetPackage(String packageName)
-
-
-
Field Detail
-
modelInfo
protected WSDLModelInfo modelInfo
-
serviceName
protected QName serviceName
-
-
Constructor Detail
-
ServiceInfoBuilder
public ServiceInfoBuilder(String wsdlLocation, QName serviceName, SOAPVersion ver)
-
-
Method Detail
-
setPackage
public void setPackage(String packageName)
-
buildServiceInfo
public ServiceInfo buildServiceInfo() throws javax.xml.rpc.ServiceException
- Throws:
javax.xml.rpc.ServiceException
-
getModel
protected Model getModel()
-
getModel
protected Model getModel(boolean useWSI, boolean done) throws javax.xml.rpc.ServiceException, ModelerException
- Throws:
javax.xml.rpc.ServiceExceptionModelerException
-
buildOperationInfo
protected void buildOperationInfo(OperationInfo operationInfo, Operation operationModel)
-
buildRpcOperation
protected void buildRpcOperation(OperationInfo operationInfo, Operation operationModel)
-
buildDocumentOperation
protected void buildDocumentOperation(OperationInfo operationInfo, Operation operationModel)
-
buildRpcLiteralOperation
protected void buildRpcLiteralOperation(OperationInfo operationInfo, Operation operationModel)
-
addParameterTo
protected void addParameterTo(OperationInfo operationInfo, SOAPStructureMember currentParameter, javax.xml.rpc.ParameterMode mode)
-
addParameterTo
protected void addParameterTo(OperationInfo operationInfo, LiteralElementMember currentParameter, javax.xml.rpc.ParameterMode mode)
-
getJavaClassFor
protected Class getJavaClassFor(AbstractType parameterType)
-
getClassForName
protected Class getClassForName(String name, Collection packages)
-
-