Uses of Interface
org.xmlsoap.schemas.ws.x2005.x02.trust.ParticipantsType
-
Packages that use ParticipantsType Package Description org.xmlsoap.schemas.ws.x2005.x02.trust -
-
Uses of ParticipantsType in org.xmlsoap.schemas.ws.x2005.x02.trust
Methods in org.xmlsoap.schemas.ws.x2005.x02.trust that return ParticipantsType Modifier and Type Method Description ParticipantsTypeParticipantsDocument. addNewParticipants()Appends and returns a new empty "Participants" elementParticipantsTypeParticipantsDocument. getParticipants()Gets the "Participants" elementstatic ParticipantsTypeParticipantsType.Factory. newInstance()static ParticipantsTypeParticipantsType.Factory. newInstance(XmlOptions options)static ParticipantsTypeParticipantsType.Factory. parse(File file)static ParticipantsTypeParticipantsType.Factory. parse(File file, XmlOptions options)static ParticipantsTypeParticipantsType.Factory. parse(InputStream is)static ParticipantsTypeParticipantsType.Factory. parse(InputStream is, XmlOptions options)static ParticipantsTypeParticipantsType.Factory. parse(Reader r)static ParticipantsTypeParticipantsType.Factory. parse(Reader r, XmlOptions options)static ParticipantsTypeParticipantsType.Factory. parse(String xmlAsString)static ParticipantsTypeParticipantsType.Factory. parse(String xmlAsString, XmlOptions options)static ParticipantsTypeParticipantsType.Factory. parse(URL u)static ParticipantsTypeParticipantsType.Factory. parse(URL u, XmlOptions options)static ParticipantsTypeParticipantsType.Factory. parse(XMLStreamReader sr)static ParticipantsTypeParticipantsType.Factory. parse(XMLStreamReader sr, XmlOptions options)static ParticipantsTypeParticipantsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ParticipantsTypeParticipantsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic ParticipantsTypeParticipantsType.Factory. parse(Node node)static ParticipantsTypeParticipantsType.Factory. parse(Node node, XmlOptions options)Methods in org.xmlsoap.schemas.ws.x2005.x02.trust with parameters of type ParticipantsType Modifier and Type Method Description voidParticipantsDocument. setParticipants(ParticipantsType participants)Sets the "Participants" element
-