Searched refs:WSDLOperation (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLPortType.java29 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
46 * Gets the {@link WSDLOperation} for a given operation name
49 * @return null if a {@link WSDLOperation} is not found
51 public WSDLOperation get(String operationName);
55 * Gets {@link Iterable}<{@link WSDLOperation}>
57 public Iterable<? extends WSDLOperation> getOperations();
H A DWSDLFault.java54 * Gives the owning {@link WSDLOperation}
57 WSDLOperation getOperation();
H A DWSDLOutput.java67 * Gives the owning {@link WSDLOperation}
70 WSDLOperation getOperation();
75 * wsdl:operation@name+"Response", which is local name of {@link WSDLOperation#getName()} + "Response"
H A DWSDLInput.java68 * Gives the owning {@link WSDLOperation}
71 WSDLOperation getOperation();
78 * wsdl:operation@name value, which is local name of {@link WSDLOperation#getName()}
82 * wsdl:operation@name+"Request", which is local name of {@link WSDLOperation#getName()} + "Request"
H A DWSDLOperation.java39 public interface WSDLOperation extends WSDLObject, WSDLExtensible { interface in inherits:WSDLObject,WSDLExtensible
H A DWSDLBoundOperation.java53 * Gets the wsdl:portType/wsdl:operation model - {@link WSDLOperation},
56 * @return always same {@link WSDLOperation}
58 @NotNull WSDLOperation getOperation();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtension.java160 public boolean portTypeOperationInput(WSDLOperation op, XMLStreamReader reader) {
164 public boolean portTypeOperationOutput(WSDLOperation op, XMLStreamReader reader) {
168 public boolean portTypeOperationFault(WSDLOperation op, XMLStreamReader reader) {
190 public boolean portTypeOperationElements(WSDLOperation operation, XMLStreamReader reader) {
194 public void portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundFaultImpl.java31 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
75 WSDLOperation op = root.getOperation();
H A DWSDLFaultImpl.java29 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
62 public WSDLOperation getOperation() {
H A DWSDLOutputImpl.java30 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
74 public WSDLOperation getOperation() {
H A DWSDLInputImpl.java30 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
71 public WSDLOperation getOperation() {
H A DWSDLOperationImpl.java30 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
42 * Implementaiton of {@link WSDLOperation}
46 public final class WSDLOperationImpl extends AbstractExtensibleImpl implements WSDLOperation {
H A DWSDLPortTypeImpl.java28 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
66 * Populates the Map that holds operation name as key and {@link WSDLOperation} as the value.
H A DWSDLModelImpl.java33 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
186 WSDLOperation pto = pt.get(bop.getName().getLocalPart());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DDelegatingParserExtension.java67 public boolean portTypeOperationInput(WSDLOperation op, XMLStreamReader reader) {
71 public boolean portTypeOperationOutput(WSDLOperation op, XMLStreamReader reader) {
75 public boolean portTypeOperationFault(WSDLOperation op, XMLStreamReader reader) {
99 public boolean portTypeOperationElements(WSDLOperation operation, XMLStreamReader reader) {
103 public void portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader) {
H A DW3CAddressingWSDLParserExtension.java226 private String defaultInputAction(WSDLOperation o) {
230 private String defaultOutputAction(WSDLOperation o) {
234 private String defaultFaultAction(String name, WSDLOperation o) {
238 protected static final String buildAction(String name, WSDLOperation o, boolean isFault) {
H A DWSDLParserExtensionFacade.java97 public boolean portTypeOperationInput(WSDLOperation op, XMLStreamReader reader) {
104 public boolean portTypeOperationOutput(WSDLOperation op, XMLStreamReader reader) {
111 public boolean portTypeOperationFault(WSDLOperation op, XMLStreamReader reader) {
171 public boolean portTypeOperationElements(WSDLOperation operation, XMLStreamReader reader) {
181 public void portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader) {
H A DMemberSubmissionAddressingWSDLParserExtension.java33 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
H A DFoolProofParserExtension.java96 public boolean portTypeOperationElements(WSDLOperation operation, XMLStreamReader reader) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaTubeHelper.java36 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
151 WSDLOperation o = wbo.getOperation();
173 WSDLOperation op = wbo.getOperation();
198 WSDLOperation op = wbo.getOperation();
215 WSDLOperation op = wbo.getOperation();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java455 public boolean portTypeOperationElements(final WSDLOperation operation, final XMLStreamReader reader) {
463 public void portTypeOperationAttributes(final WSDLOperation operation, final XMLStreamReader reader) {
750 final WSDLOperation operation = boundOperation.getOperation();
H A DPolicyWSDLGeneratorExtension.java42 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
218 selectAndProcessSubject(operation, WSDLOperation.class, ScopeType.OPERATION, (String)null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DPacket.java42 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
559 * {@link WSDLOperation#isOneWay()} but not the same thing.

Completed in 109 milliseconds