Searched refs:WSDLBoundPortTypeImpl (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DW3CAddressingMetadataWSDLParserExtension.java30 import com.sun.xml.internal.ws.model.wsdl.WSDLBoundPortTypeImpl;
61 protected void patchAnonymousDefault(WSDLBoundPortTypeImpl binding) {
H A DMemberSubmissionAddressingWSDLParserExtension.java35 import com.sun.xml.internal.ws.model.wsdl.WSDLBoundPortTypeImpl;
76 protected void patchAnonymousDefault(WSDLBoundPortTypeImpl binding) {
H A DW3CAddressingWSDLParserExtension.java146 WSDLBoundPortTypeImpl binding = port.getBinding();
169 private void populateActions(WSDLBoundPortTypeImpl binding) {
217 * @param binding WSDLBoundPortTypeImpl
219 protected void patchAnonymousDefault(WSDLBoundPortTypeImpl binding) {
H A DWSDLParserExtensionFacade.java33 import com.sun.xml.internal.ws.model.wsdl.WSDLBoundPortTypeImpl;
142 ((WSDLBoundPortTypeImpl) binding).addNotUnderstoodExtension(
H A DRuntimeWSDLParser.java438 WSDLBoundPortTypeImpl binding = new WSDLBoundPortTypeImpl(reader,wsdlDoc, new QName(targetNamespace, bindingName),
472 private void parseBindingOperation(XMLStreamReader reader, WSDLBoundPortTypeImpl binding) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLModelImpl.java56 private final Map<QName, WSDLBoundPortTypeImpl> bindings = new HashMap<QName, WSDLBoundPortTypeImpl>();
91 public void addBinding(WSDLBoundPortTypeImpl boundPortType){
96 public WSDLBoundPortTypeImpl getBinding(QName name){
167 public WSDLBoundPortTypeImpl getBinding(QName serviceName, QName portName){
177 void finalizeRpcLitBinding(WSDLBoundPortTypeImpl boundPortType){
248 for (WSDLBoundPortTypeImpl bp : bindings.values()) {
H A DWSDLPortImpl.java57 private WSDLBoundPortTypeImpl boundPortType;
102 public WSDLBoundPortTypeImpl getBinding() {
H A DWSDLBoundOperationImpl.java71 private final WSDLBoundPortTypeImpl owner;
77 public WSDLBoundOperationImpl(XMLStreamReader xsr, WSDLBoundPortTypeImpl owner, QName name) {
410 WSDLBoundPortTypeImpl getOwner(){
H A DWSDLBoundPortTypeImpl.java50 public final class WSDLBoundPortTypeImpl extends AbstractFeaturedObjectImpl implements WSDLBoundPortType { class in inherits:AbstractFeaturedObjectImpl,WSDLBoundPortType
69 public WSDLBoundPortTypeImpl(XMLStreamReader xsr,@NotNull WSDLModelImpl owner, QName name, QName portTypeName) { method in class:WSDLBoundPortTypeImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DAbstractSEIModelImpl.java40 import com.sun.xml.internal.ws.model.wsdl.WSDLBoundPortTypeImpl;
272 private List<ParameterImpl> applyRpcLitParamBinding(JavaMethodImpl method, WrapperParameter wrapperParameter, WSDLBoundPortTypeImpl boundPortType, Mode mode) {

Completed in 31 milliseconds