Class ServiceInfoBuilder

java.lang.Object
com.sun.xml.rpc.client.dii.ServiceInfoBuilder

public class ServiceInfoBuilder extends Object
  • Field Details

  • Constructor Details

    • ServiceInfoBuilder

      public ServiceInfoBuilder(String wsdlLocation, QName serviceName)
    • ServiceInfoBuilder

      public ServiceInfoBuilder(String wsdlLocation, QName serviceName, SOAPVersion ver)
  • Method Details

    • 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.ServiceException
      ModelerException
    • buildPortInfo

      protected void buildPortInfo(PortInfo portInfo, Port portModel)
    • 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)