Package com.sun.xml.rpc.client.dii
Class ServiceInfoBuilder
java.lang.Object
com.sun.xml.rpc.client.dii.ServiceInfoBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServiceInfoBuilder(String wsdlLocation, QName serviceName) ServiceInfoBuilder(String wsdlLocation, QName serviceName, SOAPVersion ver) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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) protected ClassgetClassForName(String name, Collection packages) protected ClassgetJavaClassFor(AbstractType parameterType) protected ModelgetModel()protected ModelgetModel(boolean useWSI, boolean done) voidsetPackage(String packageName)
-
Field Details
-
modelInfo
-
serviceName
-
-
Constructor Details
-
ServiceInfoBuilder
-
ServiceInfoBuilder
-
-
Method Details
-
setPackage
-
buildServiceInfo
- Throws:
javax.xml.rpc.ServiceException
-
getModel
-
getModel
protected Model getModel(boolean useWSI, boolean done) throws javax.xml.rpc.ServiceException, ModelerException - Throws:
javax.xml.rpc.ServiceExceptionModelerException
-
buildPortInfo
-
buildOperationInfo
-
buildRpcOperation
-
buildDocumentOperation
-
buildRpcLiteralOperation
-
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
-
getClassForName
-