package com.chinaztt.mes.common.wechat.servicemessagecustom; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.ws.RequestWrapper; import javax.xml.ws.ResponseWrapper; /** * This class was generated by the JAX-WS RI. * JAX-WS RI 2.2.9-b130926.1035 * Generated source version: 2.2 * */ @WebService(name = "ServiceMessageCustomPortType", targetNamespace = "http://localhost/services/ServiceMessageCustom") @XmlSeeAlso({ ObjectFactory.class }) public interface ServiceMessageCustomPortType { /** * * @param in0 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "deleteCustomMessage", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessage") @ResponseWrapper(localName = "deleteCustomMessageResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageResponse") public boolean deleteCustomMessage(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") AnyType2AnyTypeMap in0); /** * * @param in0 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "sendCustomMessageComplex", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageComplex") @ResponseWrapper(localName = "sendCustomMessageComplexResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageComplexResponse") public boolean sendCustomMessageComplex(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0); /** * * @param in0 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "alterCustomMessageComplex", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageComplex") @ResponseWrapper(localName = "alterCustomMessageComplexResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageComplexResponse") public boolean alterCustomMessageComplex(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0); /** * * @param in0 * @param in2 * @param in1 * @param in4 * @param in3 * @param in6 * @param in5 * @param in8 * @param in7 * @param in11 * @param in9 * @param in10 * @param in13 * @param in12 * @param in15 * @param in14 * @return * returns boolean */ @WebMethod(operationName = "sendCustomMessage_WorkCode") @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "sendCustomMessage_WorkCode", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageWorkCode") @ResponseWrapper(localName = "sendCustomMessage_WorkCodeResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageWorkCodeResponse") public boolean sendCustomMessageWorkCode(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0, @WebParam(name = "in1", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in1, @WebParam(name = "in2", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in2, @WebParam(name = "in3", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in3, @WebParam(name = "in4", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in4, @WebParam(name = "in5", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in5, @WebParam(name = "in6", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in6, @WebParam(name = "in7", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in7, @WebParam(name = "in8", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in8, @WebParam(name = "in9", targetNamespace = "http://localhost/services/ServiceMessageCustom") ArrayOfString in9, @WebParam(name = "in10", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in10, @WebParam(name = "in11", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in11, @WebParam(name = "in12", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in12, @WebParam(name = "in13", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in13, @WebParam(name = "in14", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in14, @WebParam(name = "in15", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in15); /** * * @param in0 * @param in2 * @param in1 * @param in4 * @param in3 * @param in6 * @param in5 * @param in8 * @param in7 * @param in11 * @param in9 * @param in10 * @param in13 * @param in12 * @param in15 * @param in14 * @return * returns boolean */ @WebMethod(operationName = "sendCustomMessage_LastName") @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "sendCustomMessage_LastName", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageLastName") @ResponseWrapper(localName = "sendCustomMessage_LastNameResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageLastNameResponse") public boolean sendCustomMessageLastName(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0, @WebParam(name = "in1", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in1, @WebParam(name = "in2", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in2, @WebParam(name = "in3", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in3, @WebParam(name = "in4", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in4, @WebParam(name = "in5", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in5, @WebParam(name = "in6", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in6, @WebParam(name = "in7", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in7, @WebParam(name = "in8", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in8, @WebParam(name = "in9", targetNamespace = "http://localhost/services/ServiceMessageCustom") ArrayOfString in9, @WebParam(name = "in10", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in10, @WebParam(name = "in11", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in11, @WebParam(name = "in12", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in12, @WebParam(name = "in13", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in13, @WebParam(name = "in14", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in14, @WebParam(name = "in15", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in15); /** * * @param in0 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "alterCustomMessage", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessage") @ResponseWrapper(localName = "alterCustomMessageResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageResponse") public boolean alterCustomMessage(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") AnyType2AnyTypeMap in0); /** * * @param in0 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "deleteCustomMessageComplex", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageComplex") @ResponseWrapper(localName = "deleteCustomMessageComplexResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageComplexResponse") public boolean deleteCustomMessageComplex(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0); /** * * @param in0 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "deleteCustomMessageSingle", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageSingle") @ResponseWrapper(localName = "deleteCustomMessageSingleResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.DeleteCustomMessageSingleResponse") public boolean deleteCustomMessageSingle(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0); /** * * @param in0 * @param in2 * @param in1 * @param in4 * @param in3 * @param in6 * @param in5 * @param in8 * @param in7 * @param in11 * @param in9 * @param in10 * @param in13 * @param in12 * @param in15 * @param in14 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "sendCustomMessage1", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessage1") @ResponseWrapper(localName = "sendCustomMessage1Response", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessage1Response") public boolean sendCustomMessage1(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0, @WebParam(name = "in1", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in1, @WebParam(name = "in2", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in2, @WebParam(name = "in3", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in3, @WebParam(name = "in4", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in4, @WebParam(name = "in5", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in5, @WebParam(name = "in6", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in6, @WebParam(name = "in7", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in7, @WebParam(name = "in8", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in8, @WebParam(name = "in9", targetNamespace = "http://localhost/services/ServiceMessageCustom") ArrayOfString in9, @WebParam(name = "in10", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in10, @WebParam(name = "in11", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in11, @WebParam(name = "in12", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in12, @WebParam(name = "in13", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in13, @WebParam(name = "in14", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in14, @WebParam(name = "in15", targetNamespace = "http://localhost/services/ServiceMessageCustom") int in15); /** * * @param in0 * @param in2 * @param in1 * @param in4 * @param in3 * @param in6 * @param in5 * @param in8 * @param in7 * @param in11 * @param in9 * @param in10 * @param in13 * @param in12 * @param in15 * @param in14 * @return * returns boolean */ @WebMethod(operationName = "sendCustomMessage_Login") @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "sendCustomMessage_Login", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageLogin") @ResponseWrapper(localName = "sendCustomMessage_LoginResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageLoginResponse") public boolean sendCustomMessageLogin(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0, @WebParam(name = "in1", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in1, @WebParam(name = "in2", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in2, @WebParam(name = "in3", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in3, @WebParam(name = "in4", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in4, @WebParam(name = "in5", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in5, @WebParam(name = "in6", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in6, @WebParam(name = "in7", targetNamespace = "http://localhost/services/ServiceMessageCustom") boolean in7, @WebParam(name = "in8", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in8, @WebParam(name = "in9", targetNamespace = "http://localhost/services/ServiceMessageCustom") ArrayOfString in9, @WebParam(name = "in10", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in10, @WebParam(name = "in11", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in11, @WebParam(name = "in12", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in12, @WebParam(name = "in13", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in13, @WebParam(name = "in14", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in14, @WebParam(name = "in15", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in15); /** * * @param in0 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "sendCustomMessage", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessage") @ResponseWrapper(localName = "sendCustomMessageResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageResponse") public boolean sendCustomMessage(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") AnyType2AnyTypeMap in0); /** * * @param in0 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "sendCustomMessageSingle", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageSingle") @ResponseWrapper(localName = "sendCustomMessageSingleResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.SendCustomMessageSingleResponse") public boolean sendCustomMessageSingle(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0); /** * * @param in0 * @return * returns boolean */ @WebMethod @WebResult(name = "out", targetNamespace = "http://localhost/services/ServiceMessageCustom") @RequestWrapper(localName = "alterCustomMessageSingle", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageSingle") @ResponseWrapper(localName = "alterCustomMessageSingleResponse", targetNamespace = "http://localhost/services/ServiceMessageCustom", className = "localhost.services.servicemessagecustom.AlterCustomMessageSingleResponse") public boolean alterCustomMessageSingle(@WebParam(name = "in0", targetNamespace = "http://localhost/services/ServiceMessageCustom") String in0); }