Searched refs:QName (Results 276 - 300 of 726) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DFaultElement1_1Impl.java32 import javax.xml.namespace.QName;
46 public FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname) {
72 public SOAPElement setElementQName(QName newName) throws SOAPException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/nc/
H A DChoiceNameClass.java48 import javax.xml.namespace.QName;
60 public boolean contains(QName name) {
64 public int containsSpecificity(QName name) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DTypedXmlWriter.java31 import javax.xml.namespace.QName;
104 * Short for <pre>_attribute(new QName(nsUri,localName),value);</pre>
106 * @see #_attribute(QName, Object)
120 void _attribute( QName attributeName, Object value );
236 <T extends TypedXmlWriter> T _element( QName tagName, Class<T> contentModel );
H A DTXW.java33 import javax.xml.namespace.QName;
44 /*package*/ static QName getTagName( Class<?> c ) {
74 return new QName(nsUri,localName);
94 QName n = getTagName(rootElement);
110 public static <T extends TypedXmlWriter> T create( QName tagName, Class<T> rootElement, XmlSerializer out ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DSDDocument.java31 import javax.xml.namespace.QName;
65 QName getRootName();
178 Set<QName> getAllServices();
H A DWSEndpoint.java51 import javax.xml.namespace.QName;
126 * @return same as wsdl:service QName if WSDL exists or generated
128 public abstract @NotNull QName getServiceName();
133 * @return same as wsdl:port QName if WSDL exists or generated
135 public abstract @NotNull QName getPortName();
489 @Nullable QName serviceName,
490 @Nullable QName portName,
522 @Nullable QName serviceName,
523 @Nullable QName portName,
535 * {@link #create(Class, boolean, Invoker, QName, QNam
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/config/management/policy/
H A DManagementPolicyValidator.java35 import javax.xml.namespace.QName;
45 final QName assertionName = assertion.getName();
58 final QName assertionName = assertion.getName();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundFaultImpl.java35 import javax.xml.namespace.QName;
57 public QName getQName() {
59 return new QName(owner.getOperation().getName().getNamespaceURI(), name);
H A DWSDLBoundPortTypeImpl.java41 import javax.xml.namespace.QName;
51 private final QName name;
52 private final QName portTypeName;
69 public WSDLBoundPortTypeImpl(XMLStreamReader xsr,@NotNull WSDLModelImpl owner, QName name, QName portTypeName) {
77 public QName getName() {
85 public WSDLBoundOperationImpl get(QName operationName) {
96 public void put(QName opName, WSDLBoundOperationImpl ptOp) {
100 public QName getPortTypeName() {
151 public ParameterBinding getBinding(QName operatio
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DBuilderHandlerServiceScope.java37 import javax.xml.namespace.QName;
44 private final QName service;
50 Collection<String> policyURIs, Map<String,PolicySourceModel> policyStore, Object policySubject, QName service) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/
H A DPart.java28 import javax.xml.namespace.QName;
45 public com.sun.xml.internal.ws.wsdl.writer.document.Part element(QName value);
48 public com.sun.xml.internal.ws.wsdl.writer.document.Part type(QName value);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPFactory.java28 import javax.xml.namespace.QName;
102 * @see SOAPFactory#createElement(javax.xml.namespace.QName)
108 * given <code>QName</code> object. The concrete type of the return value
114 * @param qname a <code>QName</code> object with the XML name for
125 public SOAPElement createElement(QName qname) throws SOAPException {
126 throw new UnsupportedOperationException("createElement(QName) must be overridden by all subclasses of SOAPFactory.");
193 public abstract SOAPFault createFault(String reasonText, QName faultCode) throws SOAPException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java61 import javax.xml.namespace.QName;
106 private @NotNull QName rootElement;
120 this.rootElement = new QName("EndpointReference", version.nsUri);
145 this.rootElement = new QName("EndpointReference", version.nsUri);
189 this.rootElement = new QName("EndpointReference", version.nsUri);
223 @Nullable QName service,
224 @Nullable QName port,
225 @Nullable QName portType,
241 @Nullable QName service,
242 @Nullable QName por
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/attach/
H A DExternalAttachmentsUnmarshaller.java43 import javax.xml.namespace.QName;
81 private static final QName POLICY_ATTACHMENT = new QName("http://www.w3.org/ns/ws-policy", "PolicyAttachment");
82 private static final QName APPLIES_TO = new QName("http://www.w3.org/ns/ws-policy", "AppliesTo");
83 private static final QName POLICY = new QName("http://www.w3.org/ns/ws-policy", "Policy");
84 private static final QName URI = new QName("http://www.w3.org/ns/ws-policy", "URI");
85 private static final QName POLICIE
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DMessagePart.java35 import javax.xml.namespace.QName;
63 public QName getDescriptor() {
67 public void setDescriptor(QName n) {
79 public QName getElementName() {
151 private QName _descriptor;
H A DBinding.java36 import javax.xml.namespace.QName;
62 public QName getPortType() {
66 public void setPortType(QName n) {
74 errorReceiver.error(getLocator(), WsdlMessages.ENTITY_NOT_FOUND_PORT_TYPE(_portType, new QName(getNamespaceURI(), getName())));
83 public QName getElementName() {
144 public QName getWSDLElementName() {
162 private QName _portType;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/soap/
H A DSOAPHeader.java31 import javax.xml.namespace.QName;
56 public QName getElementName() {
96 public void setMessage(QName message) {
100 public QName getMessage() {
152 private QName _message;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java65 import javax.xml.namespace.QName;
119 * through {@link #addPort(QName, String, String)}.
124 private final Map<QName, PortInfo> ports = new HashMap<QName, PortInfo>();
126 Map<QName, PortInfo> getQNameToPortInfoMap() { return ports; }
138 private final @NotNull QName serviceName;
144 private final Map<QName,SEIPortInfo> seiContext = new HashMap<QName,SEIPortInfo>();
167 public WSServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass) {
177 public WSServiceDelegate(@Nullable Source wsdl, @NotNull QName serviceNam
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DAssertionSet.java35 import javax.xml.namespace.QName;
93 private final Set<QName> vocabulary = new TreeSet<QName>(PolicyUtils.Comparison.QNAME_COMPARATOR);
94 private final Collection<QName> immutableVocabulary = Collections.unmodifiableCollection(vocabulary);
145 * unique QName objects. Each of those objects represents single assertion type contained in the assertion set.
149 Collection<QName> getVocabulary() {
243 public Collection<PolicyAssertion> get(final QName name) {
273 public boolean contains(final QName assertionName) {
287 final Iterator<QName> vIterator1 = this.getVocabulary().iterator();
288 final Iterator<QName> vIterator
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/
H A DActionBasedOperationFinder.java44 import javax.xml.namespace.QName;
51 * WS-Addressing Action Message Addressing Property, <code>wsa:Action</code> and SOAP Payload QName,
64 private final Map<ActionBasedOperationSignature, QName> uniqueOpSignatureMap;
65 private final Map<String, QName> actionMap;
74 uniqueOpSignatureMap = new HashMap<ActionBasedOperationSignature, QName>();
75 actionMap = new HashMap<String,QName>();
83 QName payloadName = m.getRequestPayloadName();
103 QName payloadName = wsdlOp.getReqPayloadName();
129 public QName getWSDLOperationQName(Packet request) throws DispatchException {
138 QName payloadNam
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DStartElementEvent.java35 import javax.xml.namespace.QName;
56 private QName fQName;
59 this(new QName(uri, localpart, prefix));
62 public StartElementEvent(QName qname) {
79 public QName getName() {
83 public void setName(QName qname) {
102 public Attribute getAttributeByName(QName qname) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DPort.java33 import javax.xml.namespace.QName;
48 public Port(QName name, Entity entity) {
53 public QName getName() {
57 public void setName(QName n) {
172 private QName _name;
178 public Map<QName, PortType> portTypes = new HashMap<QName, PortType>();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStartElementEvent.java38 import javax.xml.namespace.QName;
50 private QName _qname;
66 _qname = new QName(uri, localpart, prefix);
70 public StartElementEvent(QName qname) {
92 public QName getName() {
146 public Attribute getAttributeByName(QName qname) {
164 public void setName(QName qname) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DBody1_2Impl.java35 import javax.xml.namespace.QName;
65 protected SOAPBodyElement createBodyElement(QName name) {
71 protected QName getDefaultFaultCode() {
107 public SOAPElement addAttribute(QName name, String value)
143 public SOAPBodyElement addBodyElement(QName name) throws SOAPException {
161 protected SOAPElement addElement(QName name) throws SOAPException {
179 public SOAPElement addChildElement(QName name) throws SOAPException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSService.java36 import javax.xml.namespace.QName;
82 public abstract <T> Dispatch<T> createDispatch(QName portName, WSEndpointReference wsepr, Class<T> aClass, Service.Mode mode, WebServiceFeature... features);
88 public abstract Dispatch<Object> createDispatch(QName portName, WSEndpointReference wsepr, JAXBContext jaxbContext, Service.Mode mode, WebServiceFeature... features);
111 * @param serviceName QName for the service
115 public static WSService create( URL wsdlDocumentLocation, QName serviceName) {
122 * @param serviceName QName for the service
126 public static WSService create(QName serviceName) {
134 return create(null,new QName(WSService.class.getName(),"dummy"));
138 * Typed parameter bag used by {@link WSService#create(URL, QName, InitParams)}
172 * This method works really like {@link Service#create(URL, QName)}
[all...]

Completed in 101 milliseconds

<<11121314151617181920>>