Russell, Most of the javax.xml.soap interfaces are not plumbed in to the rest of the Axis runtime. I'm working on plumbing some of them in, but I wonder what we should do with the others. I guess it would make more sense to remove them from the list to avoid misleading users. If you agree, I'll remove the relevant interfaces from the list and then add them back in as the plumbing proceeds.
Glyn Russell Butek/Austin/IBM@ To: [EMAIL PROTECTED] IBMUS cc: Subject: "published" interfaces 09/03/02 20:32 Please respond to axis-dev Folks, could y'all look at the list of published interfaces in the user's guide and tell me whether we should add/remove any? I just collected all the javax stuff, and a very few AXIS ones. Here's what's in there as of Saturday afternoon: The current list of published interfaces is as follows: JAX-RPC interfaces. At the time of this writing, JAX-RPC is still in the public review stage of its existence, meaning that it may still change. As it does, the JAX-RPC interfaces may also change. JAX-RPC is expected to become official some time during the summer of 2002. javax.xml.messaging.Endpoint javax.xml.messaging.URLEndpoint javax.xml.rpc.Call javax.xml.rpc.FaultException javax.xml.rpc.JAXRPCException javax.xml.rpc.ParameterMode javax.xml.rpc.Service javax.xml.rpc.ServiceException javax.xml.rpc.ServiceFactory javax.xml.rpc.Stub javax.xml.rpc.encoding.DeserializationContext javax.xml.rpc.encoding.Deserializer javax.xml.rpc.encoding.DeserializerFactory javax.xml.rpc.encoding.SerializationContext javax.xml.rpc.encoding.Serializer javax.xml.rpc.encoding.SerializerFactory javax.xml.rpc.encoding.TypeMapping javax.xml.rpc.encoding.TypeMappingRegistry javax.xml.rpc.handler.Handler javax.xml.rpc.handler.HandlerChain javax.xml.rpc.handler.HandlerInfo javax.xml.rpc.handler.HandlerRegistry javax.xml.rpc.handler.MessageContext javax.xml.rpc.handler.soap.SOAPMessageContext javax.xml.rpc.holders.BigDecimalHolder javax.xml.rpc.holders.BigIntegerHolder javax.xml.rpc.holders.BooleanHolder javax.xml.rpc.holders.BooleanWrapperHolder javax.xml.rpc.holders.ByteArrayHolder javax.xml.rpc.holders.ByteHolder javax.xml.rpc.holders.ByteWrapperArrayHolder javax.xml.rpc.holders.ByteWrapperHolder javax.xml.rpc.holders.CalendarHolder javax.xml.rpc.holders.DateHolder javax.xml.rpc.holders.DoubleHolder javax.xml.rpc.holders.DoubleWrapperHolder javax.xml.rpc.holders.FloatHolder javax.xml.rpc.holders.FloatWrapperHolder javax.xml.rpc.holders.Holder javax.xml.rpc.holders.IntHolder javax.xml.rpc.holders.IntegerWrapperHolder javax.xml.rpc.holders.LongHolder javax.xml.rpc.holders.LongWrapperHolder javax.xml.rpc.holders.ObjectHolder javax.xml.rpc.holders.QNameHolder javax.xml.rpc.holders.ShortHolder javax.xml.rpc.holders.ShortWrapperHolder javax.xml.rpc.holders.StringHolder javax.xml.rpc.namespace.QName javax.xml.rpc.server.ServiceLifecycle javax.xml.rpc.soap.SOAPFault javax.xml.rpc.soap.SOAPHeaderFault javax.xml.soap.AttachmentPart javax.xml.soap.Detail javax.xml.soap.DetailEntry javax.xml.soap.FactoryFinder javax.xml.soap.MessageFactory javax.xml.soap.MimeHeader javax.xml.soap.MimeHeaders javax.xml.soap.Name javax.xml.soap.Node javax.xml.soap.SOAPBody javax.xml.soap.SOAPBodyElement javax.xml.soap.SOAPConnection javax.xml.soap.SOAPConnectionFactory javax.xml.soap.SOAPConstants javax.xml.soap.SOAPElement javax.xml.soap.SOAPElementFactory javax.xml.soap.SOAPEnvelope javax.xml.soap.SOAPException javax.xml.soap.SOAPFault javax.xml.soap.SOAPFaultElement javax.xml.soap.SOAPHeader javax.xml.soap.SOAPHeaderElement javax.xml.soap.SOAPMessage javax.xml.soap.SOAPPart javax.xml.soap.Text javax.xml.transform.Source AXIS interfaces: org.apache.axis.client.Call org.apache.axis.client.Service org.apache.axis.client.ServiceFactory org.apache.axis.client.Stub org.apache.axis.wsdl.WSDL2Java org.apache.axis.wsdl.Java2WSDL Russell Butek [EMAIL PROTECTED]