Searched refs:PortType (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/
H A DPortType.java39 public interface PortType interface in inherits:TypedXmlWriter,Documented
45 public com.sun.xml.internal.ws.wsdl.writer.document.PortType name(String value);
H A DDefinitions.java55 public PortType portType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocumentVisitor.java45 public void preVisit(PortType portType) throws Exception;
46 public void postVisit(PortType portType) throws Exception;
H A DWSDLDocumentVisitorBase.java55 public void preVisit(PortType portType) throws Exception {
57 public void postVisit(PortType portType) throws Exception {
H A DPortType.java42 public class PortType extends GlobalEntity implements TWSDLExtensible { class in inherits:GlobalEntity,TWSDLExtensible
44 public PortType(Defining defining, Locator locator, ErrorReceiver errReceiver) { method in class:PortType
H A DBinding.java70 public PortType resolvePortType(AbstractDocument document) {
72 return (PortType) document.find(Kinds.PORT_TYPE, _portType);
H A DDefinitions.java84 public void add(PortType p) {
200 ((PortType) iter.next()).accept(visitor);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DPort.java29 import com.sun.tools.internal.ws.wsdl.document.PortType;
178 public Map<QName, PortType> portTypes = new HashMap<QName, PortType>();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DPseudoSchemaBuilder.java155 PortType portType = binding.resolvePortType(wsdlDocument);
187 private void buildAsync(PortType portType, Operation operation, BindingOperation bindingOperation) {
H A DWSDLModeler.java283 PortType portType = binding.resolvePortType(document);
475 PortType pt = binding.resolvePortType(document);
584 PortType portType = binding.resolvePortType(document);
895 PortType portType = binding.resolvePortType(document);
1201 protected boolean isAsync(com.sun.tools.internal.ws.wsdl.document.PortType portType, com.sun.tools.internal.ws.wsdl.document.Operation wsdlOperation) {
2055 PortType portType = info.port.resolveBinding(document).resolvePortType(document);
2296 PortType pt = (PortType) document.find(Kinds.PORT_TYPE, portTypeName);
2744 private void applyWrapperStyleCustomization(Port port, PortType portType) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java50 import com.sun.tools.internal.ws.wsdl.document.PortType;
304 PortType portType = parsePortType(context, definitions, e2);
409 private PortType parsePortType(
415 PortType portType = new PortType(definitions, forest.locatorTable.getStartLocation(e), errReceiver);
H A DJAXWSBindingExtensionHandler.java376 ((PortType)parent).setDocumentation(new Documentation(jaxwsBinding.getClassName().getJavaDoc()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DSeiGenerator.java41 import com.sun.tools.internal.ws.wsdl.document.PortType;
103 PortType pt = port.portTypes.get(portTypeName);
H A DServiceGenerator.java55 import com.sun.tools.internal.ws.wsdl.document.PortType;
211 PortType pt = port.portTypes.get(portTypeName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java63 import com.sun.xml.internal.ws.wsdl.writer.document.PortType;
245 wsdlName += "PortType";
489 PortType portType = portDefinitions.portType().name(model.getPortTypeName().getLocalPart());
538 * Generates the parameterOrder for a PortType operation
552 * Generates the parameterOrder for a PortType operation
580 * Generates the parameterOrder for a PortType operation

Completed in 150 milliseconds